Skip to content

Commit 3515d2f

Browse files
authored
Merge pull request rails#55042 from hachi8833/fix_guides_rich_textarea
2 parents 747f85f + 9c7c5d5 commit 3515d2f

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
@@ -1756,7 +1756,7 @@ description in `app/views/products/_form.html.erb` before the submit button.
17561756
17571757
<div>
17581758
<%= form.label :description, style: "display: block" %>
1759-
<%= form.rich_text_area :description %>
1759+
<%= form.rich_textarea :description %>
17601760
</div>
17611761
17621762
<div>

0 commit comments

Comments
 (0)