Skip to content

Commit 6086480

Browse files
committed
Fix backtick with a following quote
1 parent 0c22303 commit 6086480

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/modules/ROOT/pages/upgrade_to_version_2.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ RSpec/FactoryBot:
9191
- property/factories/**/*.rb
9292
----
9393

94-
NOTE: Please keep in mind that `Include`'s merge mode is set to override the default settings, so if you intend to add a path while keeping the default paths, you should include the default `Include` paths in your configuration.
94+
NOTE: Please keep in mind that `Include`s merge mode is set to override the default settings, so if you intend to add a path while keeping the default paths, you should include the default `Include` paths in your configuration.
9595

9696
https://github.com/rubocop-hq/rubocop-rspec/pull/1063[Learn more about this change].
9797

docs/modules/ROOT/pages/usage.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ RSpec:
114114
- '**/*_test.rb'
115115
----
116116

117-
NOTE: Please keep in mind that `Include`'s merge mode is set to override the default settings, so if you intend to add a path while keeping the default paths, you should include the default `Include` paths in your configuration.
117+
NOTE: Please keep in mind that `Include`s merge mode is set to override the default settings, so if you intend to add a path while keeping the default paths, you should include the default `Include` paths in your configuration.

0 commit comments

Comments
 (0)