Skip to content

Commit 5619a01

Browse files
committed
Fixing grammatical errors in endpoint generator
1 parent f3f63f9 commit 5619a01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

endpoint/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Generator.prototype.askFor = function askFor() {
2828
var prompts = [
2929
{
3030
name: 'route',
31-
message: 'What will the url of your endpoint to be?',
31+
message: 'What will the url of your endpoint be?',
3232
default: base + name
3333
}
3434
];

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Generates a new API endpoint.
9494
Example:
9595
```bash
9696
yo angular-fullstack:endpoint message
97-
[?] What will the url of your endpoint to be? /api/messages
97+
[?] What will the url of your endpoint be? /api/messages
9898
```
9999

100100
Produces:

0 commit comments

Comments
 (0)