Skip to content

Commit ff04a20

Browse files
authored
Merge pull request #458 from biow0lf/main
Fix typos
2 parents c789819 + 4bf402e commit ff04a20

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# 1.17.0
44

5-
* Ensure `$LOAD_PATH.dup` is Ractor shareable to fix an conflit with `did_you_mean`.
6-
* Allow to ignore direcotries using absolute paths.
5+
* Ensure `$LOAD_PATH.dup` is Ractor shareable to fix an conflict with `did_you_mean`.
6+
* Allow to ignore directories using absolute paths.
77
* Support YAML and JSON CompileCache on TruffleRuby.
88
* Support LoadPathCache on TruffleRuby.
99

@@ -24,7 +24,7 @@
2424
* Add a way to skip directories during load path scanning.
2525
If you have large non-ruby directories in the middle of your load path, it can severely slow down scanning.
2626
Typically this is a problem with `node_modules`. See #277.
27-
* Fix `Bootsnap.unload_cache!`, it simply wouldn't work at all becaue of a merge mistake. See #421.
27+
* Fix `Bootsnap.unload_cache!`, it simply wouldn't work at all because of a merge mistake. See #421.
2828

2929
# 1.13.0
3030

@@ -43,7 +43,7 @@
4343

4444
* Stop decorating `Module#autoload` as it was only useful for supporting Ruby 2.2 and older.
4545

46-
* Remove `uname` and other patform specific version from the cache keys. `RUBY_PLATFORM + RUBY_REVISION` should be
46+
* Remove `uname` and other platform specific version from the cache keys. `RUBY_PLATFORM + RUBY_REVISION` should be
4747
enough to ensure bytecode compatibility. This should improve caching for alpine based setups. See #409.
4848

4949
# 1.11.1

0 commit comments

Comments
 (0)