From d70af057bb6893a346dde7afb8c42d5b608a0619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20=28Greg=29=20Zi=C3=B3=C5=82kowski?= <grzegorz.ziolkowski@automattic.com> Date: Fri, 24 Aug 2018 09:24:58 +0200 Subject: [PATCH] Fix typo in blocks package --- packages/blocks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/blocks/README.md b/packages/blocks/README.md index 0c94cba0f43ea5..8e39e38840e470 100644 --- a/packages/blocks/README.md +++ b/packages/blocks/README.md @@ -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)._