We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f63f9 commit 5619a01Copy full SHA for 5619a01
endpoint/index.js
@@ -28,7 +28,7 @@ Generator.prototype.askFor = function askFor() {
28
var prompts = [
29
{
30
name: 'route',
31
- message: 'What will the url of your endpoint to be?',
+ message: 'What will the url of your endpoint be?',
32
default: base + name
33
}
34
];
readme.md
@@ -94,7 +94,7 @@ Generates a new API endpoint.
94
Example:
95
```bash
96
yo angular-fullstack:endpoint message
97
-[?] What will the url of your endpoint to be? /api/messages
+[?] What will the url of your endpoint be? /api/messages
98
```
99
100
Produces:
0 commit comments