Skip to content

Commit 9c7c5d5

Browse files
committed
[ci-skip][docs] Fix rich_text_area to rich_textarea in getting_started.md
1 parent 2f6cc65 commit 9c7c5d5

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)