From 35297ec5f1a6db78253a267e6696df9e86a79e7c Mon Sep 17 00:00:00 2001 From: Fabrizio Monti Date: Sun, 13 Nov 2022 15:41:25 +0100 Subject: [PATCH] Fix small typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7944924..a38676f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Unreleased * Require Ruby 2.6. -* Add a way to skip direcftories during load path scanning. +* 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. 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.