aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-11-19 18:35:13 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2014-11-19 18:35:13 +0100
commit23ca9e0a3b1bd1964844704099a8d0055c0c3de1 (patch)
tree2a2780c42dfdfd2a91048b13520fb07d39906002 /doc
parent20aedd898d00c562e6f4f48a6fb6af74af412cd1 (diff)
doc: Fix typo.
Change-Id: I99f7cdacb75b49ba37b45edf4b062c0e92aac1b1
Diffstat (limited to 'doc')
-rw-r--r--doc/schema-defconfig.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/schema-defconfig.rst b/doc/schema-defconfig.rst
index 0a9f069..5191da5 100644
--- a/doc/schema-defconfig.rst
+++ b/doc/schema-defconfig.rst
@@ -114,13 +114,13 @@ The following schema covers the data that is available with a GET request.
"type": "array",
"description": "An array with info about the build platform"
},
- "modules": {
+ "modules_dir": {
"type": "string",
- "description": "Name of the modules file"
+ "description": "Name of the modules directory"
},
- "modules_dir" {
+ "modules": {
"type": "string",
- "description": "Name of the modules directory"
+ "description": "Name of the modules file"
},
"dtb_dir": {
"type": "string",
@@ -264,7 +264,7 @@ server.
"type": "string",
"description": "Name of the modules file"
},
- "modules_dir" {
+ "modules_dir": {
"type": "string",
"description": "Name of the modules directory"
},