We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b202f commit bbecc13Copy full SHA for bbecc13
guides/source/getting_started.md
@@ -1090,7 +1090,7 @@ browser.
1090
1091
Combined with the `link_to` helper, we can generate anchor tags and use the URL
1092
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
+link (`product.name`) and the path or URL to link to for the `href` attribute
1094
(`product`).
1095
1096
Let's refactor this to use these helpers:
0 commit comments