From f1b7f85b49a92391ef99c2e97bab50e449580637 Mon Sep 17 00:00:00 2001 From: Phil Pirozhkov Date: Thu, 22 Oct 2020 23:16:54 +0300 Subject: [PATCH] Update docs/modules/ROOT/pages/upgrade_to_version_2.adoc Co-authored-by: Benjamin Quorning <22333+bquorning@users.noreply.github.com> --- docs/modules/ROOT/pages/upgrade_to_version_2.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/upgrade_to_version_2.adoc b/docs/modules/ROOT/pages/upgrade_to_version_2.adoc index 44c664462..e639eb48e 100644 --- a/docs/modules/ROOT/pages/upgrade_to_version_2.adoc +++ b/docs/modules/ROOT/pages/upgrade_to_version_2.adoc @@ -35,7 +35,7 @@ AllCops: RuboCop extensions had cops with clashing names and departments, e.g. both `rspec-rails` and `rubocop-rspec` had `Rails::HttpStatus` cops. To avoid issues, e.g. inability to disable just one of the cops, each extension now has its own uber-department. Expectedly, RuboCop RSpec’s uber-department name is `RSpec`. -Changes are only applied to cops that don't already have the department set to `RSpec`, i.e. `Capybara`, `FactoryBot` and `Rails`. +Changes are only applied to cops that don’t already have the department set to `RSpec`, i.e. `Capybara`, `FactoryBot` and `Rails`. [source,yaml] ----