This repository was archived by the owner on Oct 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ The configuration object in Detail:
109109* ` name `
110110 * Is used to set the endpoint.
111111* ` urls `
112- * You need add least one url object.
112+ * You need to add at least one url object.
113113* ` urls.params `
114114 * Optional
115115 * In this example a valid URL might be:
@@ -118,12 +118,12 @@ The configuration object in Detail:
118118 ` http://localhost:8081/api/articles ` will return a 404 error.
119119 * See hapi docs regarding [ path parameters] ( http://hapijs.com/api#path-parameters ) .
120120* ` urls.requests `
121- * You need add least one request object.
121+ * You need to add at least one request object.
122122* ` urls.requests.method `
123123 * optional. Uses ` GET ` when not defined.
124124 * is used to define the http method to which the endpoint will listen.
125125* ` urls.requests.response `
126- * Could be a string pointing out to a JSON template:
126+ * Could be a string pointing to a JSON template:
127127 * ` response: '/json-templates/articles.json' `
128128 * Or just a JavaScript object:
129129 * ` response: { success: true } `
You can’t perform that action at this time.
0 commit comments