Skip to content

Commit

Permalink
Fix typo in blocks package
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Aug 24, 2018
1 parent 70d46ad commit d70af05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blocks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ follow to add your own custom blocks to WordPress's editor interfaces.
Install the module

```bash
npm install @wordpress/bocks --save
npm install @wordpress/blocks --save
```

_This package assumes that your code will run in an ES5 environment. If you're using an environment that has limited or no support for ES5 such as lower versions of IE then using [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. Learn more about it in [Babel docs](https://babeljs.io/docs/en/next/caveats)._
Expand Down

0 comments on commit d70af05

Please sign in to comment.