Skip to content

Commit 87673d5

Browse files
authored
Merge pull request rails#54161 from kodnin/add-space-to-getting-started-docs
Add a space between words in Getting Started docs [ci skip]
2 parents f978e1d + bbecc13 commit 87673d5

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
@@ -1090,7 +1090,7 @@ browser.
10901090

10911091
Combined with the `link_to` helper, we can generate anchor tags and use the URL
10921092
helper to do this cleanly in Ruby. `link_to` accepts the display content for the
1093-
link (`product.name`)and the path or URL to link to for the `href` attribute
1093+
link (`product.name`) and the path or URL to link to for the `href` attribute
10941094
(`product`).
10951095

10961096
Let's refactor this to use these helpers:

0 commit comments

Comments
 (0)