From 0a1990ef296683cd85aa88932af6e89e0a9c98c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Zapa=C5=9Bnik?= <9281806+adamzapasnik@users.noreply.github.com> Date: Mon, 26 Dec 2022 10:57:57 +0100 Subject: [PATCH] Fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5603031..4f90e04 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ well together, and are both included in a newly-generated Rails applications by - `BOOTSNAP_LOG` configure bootsnap to log all caches misses to STDERR. - `BOOTSNAP_IGNORE_DIRECTORIES` a comma separated list of directories that shouldn't be scanned. Useful when you have large directories of non-ruby files inside `$LOAD_PATH`. - It default to ignore any directory named `node_modules`. + It defaults to ignore any directory named `node_modules`. ### Environments