Skip to content

Commit 9f39304

Browse files
authored
Merge pull request rails#54048 from kiku1705/issue_54044_small_typo
[issue-54044] fixed small type let' -> let's in getting_started guide
2 parents 6df15e2 + 7ef0c32 commit 9f39304

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
@@ -612,7 +612,7 @@ end
612612

613613
You might remember that Rails automatically reloads changes during development.
614614
However, if the console is running when you make updates to the code, you'll
615-
need to manually refresh it. So let' do this now by running 'reload!'.
615+
need to manually refresh it. So let's do this now by running 'reload!'.
616616

617617
```irb
618618
store(dev)> reload!

0 commit comments

Comments
 (0)