Commit 0dfa68fcf6d42aaf81412ce13cb109847e583df0

Authored by Andrew Kane
2 parents 5d1141a6 5d97e145

Merge pull request #627 from pra85/patch-1

Fix a typo in readme
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -1238,7 +1238,7 @@ end
1238 1238  
1239 1239 Reindex conditionally
1240 1240  
1241   -**Note:** With ActiveRecord, use this feature with caution - [transaction rollbacks can cause data inconstencies](https://github.com/elasticsearch/elasticsearch-rails/blob/master/elasticsearch-model/README.md#custom-callbacks)
  1241 +**Note:** With ActiveRecord, use this feature with caution - [transaction rollbacks can cause data inconsistencies](https://github.com/elasticsearch/elasticsearch-rails/blob/master/elasticsearch-model/README.md#custom-callbacks)
1242 1242  
1243 1243 ```ruby
1244 1244 class Product < ActiveRecord::Base
... ...