Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added argument to the list of allowed aliases for parameter annot…
…ation
  • Loading branch information
KittyGiraudel committed Jan 21, 2016
1 parent 4cd819e commit 7e16a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/annotation/annotations/parameter.js
Expand Up @@ -30,7 +30,7 @@ export default function parameter(env) {
return obj;
},

alias: ['arg', 'arguments', 'param', 'parameters'],
alias: ['arg', 'argument', 'arguments', 'param', 'parameters'],

allowedOn: ['function', 'mixin'],
};
Expand Down

0 comments on commit 7e16a0c

Please sign in to comment.