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 596a74f commit cffe6efCopy full SHA for cffe6ef
guides/source/getting_started.md
@@ -1408,7 +1408,7 @@ We can move the form into a file called `app/views/products/_form.html.erb`. The
1408
filename starts with an underscore to denote this is a partial.
1409
1410
We also want to replace any instance variables with a local variable, which we
1411
-can define when we render the partial. We'll replace `@product` with `product`.
+can define when we render the partial. We'll do this by replacing `@product` with `product`.
1412
1413
```erb#1
1414
<%= form_with model: product do |form| %>
0 commit comments