From fd4735130e5fdc0a11f970092d5900847a3ce4cf Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Thu, 21 Dec 2023 12:20:41 +0100 Subject: [PATCH] Fix a typo in NEWS.md --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 540faaca4b..f6dc9263d0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -129,7 +129,7 @@ Note: We're only listing outstanding class updates. * RubyGems and Bundler warn if users do `require` the following gems without adding them to Gemfile or gemspec. This is because they will become the bundled gems in the future version of Ruby. This warning is suppressed - if you use bootsnap gem. We recoomend to run your application with `DISABLE_BOOTSNAP=1` environmental variable + if you use bootsnap gem. We recommend to run your application with `DISABLE_BOOTSNAP=1` environmental variable at least once. This is limitation of this version. [[Feature #19351]] [[Feature #19776]] [[Feature #19843]] * abbrev