Skip to content

Commit 0787039

Browse files
committed
fix(gen:endpoint): typo
1 parent 5747739 commit 0787039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/generators/endpoint/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class Generator extends Base {
2222
});
2323

2424
this.option('endpointDirectory', {
25-
desc: 'Parent directory for enpoints',
25+
desc: 'Parent directory for endpoints',
2626
type: String
2727
});
2828
}

0 commit comments

Comments
 (0)