Skip to content

Commit 5646c8c

Browse files
pirjbquorning
andauthored
Apply suggestions from code review
Co-authored-by: Benjamin Quorning <[email protected]>
1 parent 5fd1228 commit 5646c8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/ROOT/pages/upgrade_to_version_3.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In version 3.x:
1212

1313
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:
1414

15-
* Capybara: `ubocop-capybara`
15+
* Capybara: `rubocop-capybara`
1616
* FactoryBot: `rubocop-factory_bot`
1717
* Rails: `rubocop-rspec_rails`
1818

@@ -57,4 +57,4 @@ RSpec/Rails:
5757

5858
== Troubleshooting
5959

60-
If you're seeing `cannot load such file` when running rubocop, even after installing the gems, try restarting your LSP with `rubocop --restart-server`.
60+
If you're seeing `cannot load such file` when running rubocop, even after installing the gems, restart the server with `rubocop --restart-server`.

0 commit comments

Comments
 (0)