diff --git a/Topics/01. JavaScript-Transpilers-and-Babel/README.md b/Topics/01. JavaScript-Transpilers-and-Babel/README.md index 7716e5a..fbfceb0 100644 --- a/Topics/01. JavaScript-Transpilers-and-Babel/README.md +++ b/Topics/01. JavaScript-Transpilers-and-Babel/README.md @@ -47,7 +47,7 @@ - `babel-core` - for advanced scenarios - `babel-cli` - in order to run babel from the command line -- Separate packages for each EcmaScript2015 feature in Bable6 +- Separate packages for each EcmaScript2015 feature in Babel6 - Turn on individual features **babel-plugin-* ** - _Example_: `babel-plugin-transform-es2015-arrow-functions` - Or use **babel-presets-* **