Merge "Revert "(bug 30625) Add, to every API upload response, the warnings raised.""
[lhc/web/wiklou.git] / includes / api / ApiLogout.php
index 0e4ae53..81a054a 100644 (file)
@@ -64,7 +64,7 @@ class ApiLogout extends ApiBase {
 
        public function getExamples() {
                return array(
-                       'api.php?action=logout' => 'Logs the current user out',
+                       'api.php?action=logout' => 'Log the current user out',
                );
        }