Skip to content

Commit e525a86

Browse files
committed
Adjust to 80 chars
1 parent cffe6ef commit e525a86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

guides/source/getting_started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1408,7 +1408,8 @@ We can move the form into a file called `app/views/products/_form.html.erb`. The
14081408
filename starts with an underscore to denote this is a partial.
14091409

14101410
We also want to replace any instance variables with a local variable, which we
1411-
can define when we render the partial. We'll do this by replacing `@product` with `product`.
1411+
can define when we render the partial. We'll do this by replacing `@product`
1412+
with `product`.
14121413

14131414
```erb#1
14141415
<%= form_with model: product do |form| %>

0 commit comments

Comments
 (0)