Merge "SpecialUnwatchedpages: Ajaxify watch links"
[lhc/web/wiklou.git] / includes / api / ApiPurge.php
index 3516bf2..e5d6a3c 100644 (file)
@@ -182,7 +182,7 @@ class ApiPurge extends ApiBase {
 
        public function getDescription() {
                return array( 'Purge the cache for the given titles.',
-                       'Requires a POST request if the user is not logged in'
+                       'Requires a POST request if the user is not logged in.'
                );
        }