Skip to content

Commit 9beee06

Browse files
Daniel Ignatjhen0409
authored andcommitted
Fix typos (#238)
1 parent bc9cf17 commit 9beee06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/shortcut-references.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This section will explain about the following items in RNDebugger.
44

55
* [Content menu](#context-menu)
66
* [Touch Bar](#touch-bar-in-macos)
7-
* [Keyborad shortcuts](#keyborad-shortcuts)
7+
* [Keyboard shortcuts](#keyboard-shortcuts)
88

99
## Context menu
1010

@@ -13,7 +13,7 @@ We have context menu (right-click) for provides useful features:
1313
![Context menu](https://cloud.githubusercontent.com/assets/3001525/25920996/5c488966-3606-11e7-8d0c-cb564671067b.gif)
1414

1515
* Reload JS [iOS only]
16-
* Toogle Elements Inspector [iOS only]
16+
* Toggle Elements Inspector [iOS only]
1717
* Show Developer Menu [iOS only]
1818
* Enable / Disable [Network Inspect](debugger-integration.md#how-network-inspect-works)
1919
* Log AsyncStorage content
@@ -29,10 +29,10 @@ The `Redux Slider` will shown on right if you're using [`Redux API`](redux-devto
2929

3030
If your Mac haven't TouchBar support, you can use [`touch-bar-simulator`](https://github.com/sindresorhus/touch-bar-simulator), the features are still very useful.
3131

32-
## Keyborad shortcuts
32+
## Keyboard shortcuts
3333

3434
* Reload JS (macOS: `Command+R`, Windows / Linux: `Ctrl+R`) [iOS only]
35-
* Toogle Elements Inspector (macOS: `Command+I`, Windows / Linux: `Ctrl+I`) (RN ^0.43 support) [iOS only]
35+
* Toggle Elements Inspector (macOS: `Command+I`, Windows / Linux: `Ctrl+I`) (RN ^0.43 support) [iOS only]
3636
* New Debugger Window (macOS: `Command+T`, Windows / Linux: `Ctrl+T`)
3737
* Toggle Developer Tools (macOS: `Command+Option+I`, Windows / Linux: `Ctrl+Alt+I`)
3838
* Toggle Redux DevTools (macOS: `Command+Option+J`, Windows / Linux: `Ctrl+Alt+J`)

0 commit comments

Comments
 (0)