diff --git a/docs/modules/ROOT/pages/upgrade_to_version_3.adoc b/docs/modules/ROOT/pages/upgrade_to_version_3.adoc index 75b9066ee..29de466d4 100644 --- a/docs/modules/ROOT/pages/upgrade_to_version_3.adoc +++ b/docs/modules/ROOT/pages/upgrade_to_version_3.adoc @@ -12,7 +12,7 @@ In version 3.x: If you are using the RSpec/Capybara, RSpec/FactoryBot, or RSpec/Rails departments -- or have one in a `require` list in your rubocop.yml -- you need to install the corresponding gem and add it to your `.rubocop.yml` file: -* Capybara: `ubocop-capybara` +* Capybara: `rubocop-capybara` * FactoryBot: `rubocop-factory_bot` * Rails: `rubocop-rspec_rails` @@ -57,4 +57,4 @@ RSpec/Rails: == Troubleshooting -If you're seeing `cannot load such file` when running rubocop, even after installing the gems, try restarting your LSP with `rubocop --restart-server`. +If you're seeing `cannot load such file` when running rubocop, even after installing the gems, restart the server with `rubocop --restart-server`.