Fixed a typo

This commit is contained in:
Art Lowel
2017-02-20 09:27:34 +01:00
parent 76b9522a0d
commit 2955338519

View File

@@ -219,7 +219,7 @@ If the library does not include typings, you can install them using yarn:
```bash ```bash
yarn add d3 --save yarn add d3 --save
yarn ad @types/d3 --save-dev yarn add @types/d3 --save-dev
``` ```
If the library doesn't have typings available at `@types/`, you can still use it by If the library doesn't have typings available at `@types/`, you can still use it by