From a1b4bf6afe58fafd7d7f6a0328d630283690d3b6 Mon Sep 17 00:00:00 2001 From: Sean Hussey Date: Fri, 8 Dec 2017 12:29:48 -0500 Subject: [PATCH] Fixing typos. --- docs/benchmarks.md | 2 +- docs/tests.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,