Skip to content

Commit

Permalink
docs: fix typo in jsdoc comment
Browse files Browse the repository at this point in the history
closes #3430
  • Loading branch information
shime authored and dougwilson committed Sep 28, 2017
1 parent d9d09b8 commit fa272ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ app.param = function param(name, fn) {
* Assign `setting` to `val`, or return `setting`'s value.
*
* app.set('foo', 'bar');
* app.get('foo');
* app.set('foo');
* // => "bar"
*
* Mounted servers inherit their parent server's settings.
Expand Down

0 comments on commit fa272ed

Please sign in to comment.