Skip to content

Commit beadcbf

Browse files
chore: Fix typos in README
1 parent 7aa5322 commit beadcbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ The [Stimulus DevTools Chrome Extension](https://chromewebstore.google.com/detai
3333

3434
### Install the Extension
3535

36-
Download and install the Stimulus DevTools [from the Chrome Web Store](https://chromewebstore.google.com/detail/stimulus-devtools/ljofhbgbmcnggnnomninmadlnicbojbh).
36+
Download and install the Stimulus DevTools extension [from the Chrome Web Store](https://chromewebstore.google.com/detail/stimulus-devtools/ljofhbgbmcnggnnomninmadlnicbojbh).
3737

3838
### Open Stimulus DevTools
3939

4040
1. Navigate to your web page where Stimulus controllers are used.
41-
2. Open Chrome DevTools by right-clicking on the page, selecting "Inspect", or using the keyboard shortcut (Ctrl+Shift+I on Windows/Linux or Cmd+Opt+I on macOS).
41+
2. Open Chrome DevTools by right-clicking on the page, selecting "Inspect", or using the keyboard shortcut (Ctrl+Shift+I on Windows/Linux or Cmd+Option+I on macOS).
4242
3. In Chrome DevTools, go to the "Stimulus" tab.
4343

4444
### Enable Stimulus DevTools on your project
@@ -58,7 +58,7 @@ Stimulus.register("hello", HelloController)
5858
Stimulus.register("clipboard", ClipboardController)
5959
```
6060

61-
#### TypeScipt
61+
#### TypeScript
6262

6363
If you are using TypeScript in your project, it may throw an error when accessing `window.Stimulus`. To fix that, add this `stimulus.d.ts` file :
6464

0 commit comments

Comments
 (0)