Fix spelling mistake in docs

This commit is contained in:
Starbeamrainbowlabs 2016-10-13 17:59:25 +01:00
parent 286f2b72f0
commit 0ba7747783
4 changed files with 38 additions and 4 deletions

View File

@ -325,7 +325,7 @@ define({ "api": [
},
{
"type": "get",
"url": "?action=move[new_name={newPageName}]",
"url": "?action=move[&new_name={newPageName}]",
"title": "Move a page",
"name": "Move",
"group": "Page",
@ -788,6 +788,23 @@ define({ "api": [
"filename": "./modules/feature-upload.php",
"groupTitle": "Upload"
},
{
"type": "get",
"url": "?action=configure",
"title": "Change the global wiki settings",
"name": "ConfigureSettings",
"group": "Utility",
"permission": [
{
"name": "Moderator",
"title": "Only users loggged with a moderator account may use this call.",
"description": ""
}
],
"version": "0.0.0",
"filename": "./modules/feature-guiconfig.php",
"groupTitle": "Utility"
},
{
"type": "get",
"url": "?action=credits",

View File

@ -325,7 +325,7 @@
},
{
"type": "get",
"url": "?action=move[new_name={newPageName}]",
"url": "?action=move[&new_name={newPageName}]",
"title": "Move a page",
"name": "Move",
"group": "Page",
@ -788,6 +788,23 @@
"filename": "./modules/feature-upload.php",
"groupTitle": "Upload"
},
{
"type": "get",
"url": "?action=configure",
"title": "Change the global wiki settings",
"name": "ConfigureSettings",
"group": "Utility",
"permission": [
{
"name": "Moderator",
"title": "Only users loggged with a moderator account may use this call.",
"description": ""
}
],
"version": "0.0.0",
"filename": "./modules/feature-guiconfig.php",
"groupTitle": "Utility"
},
{
"type": "get",
"url": "?action=credits",

View File

@ -6,7 +6,7 @@ define({
"apidoc": "0.2.0",
"generator": {
"name": "apidoc",
"time": "2016-08-26T16:56:26.095Z",
"time": "2016-10-13T16:58:55.359Z",
"url": "http://apidocjs.com",
"version": "0.16.1"
}

View File

@ -6,7 +6,7 @@
"apidoc": "0.2.0",
"generator": {
"name": "apidoc",
"time": "2016-08-26T16:56:26.095Z",
"time": "2016-10-13T16:58:55.359Z",
"url": "http://apidocjs.com",
"version": "0.16.1"
}