Skip to content

Commit ab6af0a

Browse files
authored
Update README.md
fixed typo
1 parent 3306127 commit ab6af0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Tool | Description
7171
:after_batch_import |proc for after each batch action, called with importer object
7272
:on_duplicate_key_update|an Array or Hash, tells activerecord-import to use MySQL's ON DUPLICATE KEY UPDATE or Postgres 9.5+ ON CONFLICT DO UPDATE ability.
7373
:timestamps |bool, tells activerecord-import to not add timestamps (if false) even if record timestamps is disabled in ActiveRecord::Base
74-
:ignore |bool, tells activerecord-import toto use MySQL's INSERT IGNORE ability
74+
:ignore |bool, tells activerecord-import to use MySQL's INSERT IGNORE ability
7575
:template |custom template rendering
7676
:template_object |object passing to view
7777
:resource_class |resource class name

0 commit comments

Comments
 (0)