Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit 3c46dcd

Browse files
committed
Fix typos in readme
1 parent a8cfecc commit 3c46dcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

generators/app/templates/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }`

0 commit comments

Comments
 (0)