Update documentation to include proper class name formatting and pronoun problem fix

This commit is contained in:
cjilbert504 2023-05-23 14:40:31 -05:00 committed by GitHub
parent 97fb17332a
commit f7623a0af4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1023,7 +1023,7 @@ that the text from the new article's title is on the articles index page.
#### Testing for Multiple Screen Sizes
If you want to test for mobile sizes on top of testing for desktop,
you can create another class that inherits from SystemTestCase and use in your
you can create another class that inherits from `ActionDispatch::SystemTestCase` and use it in your
test suite. In this example a file called `mobile_system_test_case.rb` is created
in the `/test` directory with the following configuration.