Skip to content

Commit

Permalink
fix typo: severly -> severely
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwidman committed Nov 21, 2022
1 parent 8f519cb commit c34a012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -4,7 +4,7 @@

* Require Ruby 2.6.
* Add a way to skip directories during load path scanning.
If you have large non-ruby directories in the middle of your load path, it can severly slow down scanning.
If you have large non-ruby directories in the middle of your load path, it can severely slow down scanning.
Typically this is a problem with `node_modules`. See #277.
* Fix `Bootsnap.unload_cache!`, it simply wouldn't work at all becaue of a merge mistake. See #421.

Expand Down

0 comments on commit c34a012

Please sign in to comment.