Skip to content

Commit

Permalink
FIXED: @HotkeyTarget -> @HotkeysTarget typo (#3208)
Browse files Browse the repository at this point in the history
  • Loading branch information
warpdesign authored and giladgray committed Dec 3, 2018
1 parent 62de301 commit 9a35147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/hotkeys/hotkeys.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Hotkeys enable you to create interactions based on user keyboard events.

To add hotkeys to your React component, use the `@HotkeyTarget` class decorator
To add hotkeys to your React component, use the `@HotkeysTarget` class decorator
and add a `renderHotkeys()` method. The decorator will call `renderHotkeys()`
and attach the appropriate key listeners.

Expand Down

1 comment on commit 9a35147

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FIXED: @HotkeyTarget -> @HotkeysTarget typo (#3208)

Previews: documentation | landing | table

Please sign in to comment.