Skip to content

Commit

Permalink
fix(gen:endpoint): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Awk34 committed May 2, 2016
1 parent 5747739 commit 0787039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generators/endpoint/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class Generator extends Base {
});

this.option('endpointDirectory', {
desc: 'Parent directory for enpoints',
desc: 'Parent directory for endpoints',
type: String
});
}
Expand Down

0 comments on commit 0787039

Please sign in to comment.