Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/benchmarks.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down