Skip to content

Commit 0b1c743

Browse files
authored
Fix wording error
1 parent 84094ce commit 0b1c743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ See the [documentation](https://shopify.github.io/ruby-lsp-rails) for more in-de
4545

4646
### Running Tests
4747

48-
1. Open a test which inherits from `ActiveSupport::TestCase` or one its descendants, such as `ActionDispatch::IntegrationTest`.
48+
1. Open a test which inherits from `ActiveSupport::TestCase` or one of its descendants, such as `ActionDispatch::IntegrationTest`.
4949
2. Click on the "Run", "Run in Terminal" or "Debug" code lens which appears above the test class, or an individual test.
5050

5151
Note: When using the Test Explorer view, if your code contains a statement to pause execution (e.g. `debugger`) it will

0 commit comments

Comments
 (0)