From 7b30a7fbfb7c4f1c7b333897bfa5dca8d6697cab Mon Sep 17 00:00:00 2001 From: Sunny Ripert Date: Mon, 16 Aug 2021 12:52:59 +0200 Subject: [PATCH] Fix english in pending banner text --- lib/rubocop/config_loader.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rubocop/config_loader.rb b/lib/rubocop/config_loader.rb index 13b736c9a2c8..d30b105ebc81 100644 --- a/lib/rubocop/config_loader.rb +++ b/lib/rubocop/config_loader.rb @@ -143,7 +143,7 @@ def project_root PENDING_BANNER = <<~BANNER The following cops were added to RuboCop, but are not configured. Please set Enabled to either `true` or `false` in your `.rubocop.yml` file. - Please also note that can also opt-in to new cops by default by adding this to your config: + Please also note that you can opt-in to new cops by default by adding this to your config: AllCops: NewCops: enable BANNER