Skip to content

Commit

Permalink
Merge pull request #15885 from emberjs/locks-patch-1
Browse files Browse the repository at this point in the history
[DOC release] Fix `current-when` name in documentation
  • Loading branch information
rwjblue authored Nov 29, 2017
2 parents 2b79739 + 67868d7 commit d074b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-glimmer/lib/components/link-to.ts
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ const LinkComponent = EmberComponent.extend({
/**
Used to determine when this `LinkComponent` is active.
@property currentWhen
@property current-when
@public
*/
'current-when': null,
Expand Down

0 comments on commit d074b82

Please sign in to comment.