Skip to content

Commit 425b9f4

Browse files
authored
Merge pull request rails#42184 from devengn/patch-1
Fix grammar issue in getting_started.md [ci skip]
2 parents 8efcf9b + 599fb11 commit 425b9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1847,7 +1847,7 @@ class Comment < ApplicationRecord
18471847
end
18481848
```
18491849

1850-
Class methods can also be added to concerns. If we want a count of public articles or comments to display on our main page, we might add a class method to Visible as follows:
1850+
Class methods can also be added to concerns. If we want to display a count of public articles or comments on our main page, we might add a class method to Visible as follows:
18511851

18521852
```ruby
18531853
module Visible

0 commit comments

Comments
 (0)