diff --git a/docs/benchmarks.md b/docs/benchmarks.md index 67626b47a..7206250ec 100644 --- a/docs/benchmarks.md +++ b/docs/benchmarks.md @@ -1,6 +1,6 @@ # Benchmarks -## Comparision with other minifiers +## Comparison with other minifiers [benchmark.js](https://github.com/babel/minify/blob/master/scripts/benchmark.js) compares BabelMinify with [Uglify](https://github.com/mishoo/UglifyJS2), [Closure Compiler](https://github.com/google/closure-compiler) and [Closure Compiler JS](https://github.com/google/closure-compiler-js) diff --git a/docs/tests.md b/docs/tests.md index a24419f1c..9844f253e 100644 --- a/docs/tests.md +++ b/docs/tests.md @@ -58,7 +58,7 @@ packages/ ### Updating fixtures -Fixtures are auto updateable like jest's snapshots. It is possible to either update all fixtures of a particular plugin or of all plugins using the `--update-fixtures` option. Updating a fixture means updating the `expected.js` file of a fixture. +Fixtures are auto updatable like jest's snapshots. It is possible to either update all fixtures of a particular plugin or of all plugins using the `--update-fixtures` option. Updating a fixture means updating the `expected.js` file of a fixture. To update fixtures of a particular plugin,