Skip to content

Commit 02f98f8

Browse files
authored
Merge pull request rails#54122 from p8/guides/fix-title-in-getting-started
Capitalize subject in a Getting Started guide heading [ci-skip]
2 parents e64e5d3 + 4cb5b85 commit 02f98f8

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
@@ -2353,7 +2353,7 @@ Extracting code into concerns also helps make features reusable. For example, we
23532353
could introduce a new model that also needs subscriber notifications. This
23542354
module could be used in multiple models to provide the same functionality.
23552355

2356-
### Unsubscribe links
2356+
### Unsubscribe Links
23572357

23582358
A subscriber may want to unsubscribe at some point, so let's build that next.
23592359

0 commit comments

Comments
 (0)