Skip to content

Commit 17f2ac3

Browse files
committed
docs(getting-started): fix typo on npm @types/hammerjs instruction
Fixes typo on --save-dev
1 parent 50a221b commit 17f2ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GETTING_STARTED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ directly from your app.
4848

4949
```bash
5050
npm install --save hammerjs
51-
npm install --sade-dev @types/hammerjs
51+
npm install --save-dev @types/hammerjs
5252
```
5353

5454
Import HammerJS on your app's module.

0 commit comments

Comments
 (0)