Skip to content

Commit 4b681bd

Browse files
authored
Fix spelling in ActionText::FixtureSet.attachment docs [ci skip]
1 parent 02811fe commit 4b681bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actiontext/lib/action_text/fixture_set.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class FixtureSet
5050
# second_content:
5151
# record: second (Article)
5252
# name: content
53-
# body: <div>Hello, <%= ActionText::FixtureSet.attachment("artcles", :first) %></div>
53+
# body: <div>Hello, <%= ActionText::FixtureSet.attachment("articles", :first) %></div>
5454
def self.attachment(fixture_set_name, label, column_type: :integer)
5555
signed_global_id = ActiveRecord::FixtureSet.signed_global_id fixture_set_name, label,
5656
column_type: column_type, for: ActionText::Attachable::LOCATOR_NAME

0 commit comments

Comments
 (0)