Skip to content

Commit 882af1e

Browse files
authored
Merge pull request rails#54034 from Uaitt/fix-typos-on-new-getting-started-tutorial
Fix a few typos on the new Getting Started tutorial [ci-skip]
2 parents 5813c82 + 99cc960 commit 882af1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

guides/source/getting_started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2708,11 +2708,11 @@ full coverage of the application features.
27082708

27092709
Learn more about [Testing Rails Applications](testing.html)
27102710

2711-
Consistently Formatted Code with Rubocop
2711+
Consistently Formatted Code with RuboCop
27122712
----------------------------------------
27132713

27142714
When writing code we may sometimes use inconsistent formatting. Rails comes with
2715-
a linter called Rubocop that helps keep our code formatted consistently.
2715+
a linter called RuboCop that helps keep our code formatted consistently.
27162716

27172717
We can check our code for consistency by running:
27182718

@@ -2729,7 +2729,7 @@ Inspecting 53 files
27292729
53 files inspected, no offenses detected
27302730
```
27312731

2732-
Rubocop can automatically fix offsenses using the `--autocorrect` flag (or its short version `-a`).
2732+
RuboCop can automatically fix offenses using the `--autocorrect` flag (or its short version `-a`).
27332733

27342734
```
27352735
$ bin/rubocop -a

0 commit comments

Comments
 (0)