Skip to content

Commit

Permalink
Changed javascript @memberof to @memberof (lowercase o)
Browse files Browse the repository at this point in the history
  • Loading branch information
blaasvaer authored and gerardroche committed Jan 29, 2018
1 parent 5908b72 commit 874ef74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js.sublime-completions
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
{ "trigger" : "@lends", "contents": "@lends ${1:[symbolAlias]}"},
{ "trigger" : "@license", "contents": "@license ${1:[url]} ${2:[description]}"},
{ "trigger" : "@main", "contents": "@main ${1:[module name]}"},
{ "trigger" : "@memberOf", "contents": "@memberOf ${1:[parentNamePath]}"},
{ "trigger" : "@memberof", "contents": "@memberof ${1:[parentNamePath]}"},
{ "trigger" : "@method", "contents": "@method ${1:[name]}"},
{ "trigger" : "@module", "contents": "@module ${1:[module name]}"},
{ "trigger" : "@name", "contents": "@name ${1:[name]}"},
Expand Down

0 comments on commit 874ef74

Please sign in to comment.