Skip to content

Commit a4afc5f

Browse files
authored
Merge pull request #1843 from yasslab/fix_form_text_area
getting_started.mdのrich_text_areaをrich_textareaに修正
2 parents 9e5a2ae + 6f26a68 commit a4afc5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/ja/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1533,7 +1533,7 @@ end
15331533
15341534
<div>
15351535
<%= form.label :description, style: "display: block" %>
1536-
<%= form.rich_text_area :description %>
1536+
<%= form.rich_textarea :description %>
15371537
</div>
15381538
15391539
<div>

0 commit comments

Comments
 (0)