Commit 2c72dcc9ba6952d2eb9b77f016f46d9202c67127

Authored by Andrew Kane
1 parent e5109fb3

Better wording

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -683,7 +683,7 @@ end
683 683  
684 684 Reindex conditionally
685 685  
686   -**Note:** With ActiveRecord, use with caution - [transaction rollbacks can cause data inconstencies](https://github.com/elasticsearch/elasticsearch-rails/blob/master/elasticsearch-model/README.md#custom-callbacks) with this feature
  686 +**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)
687 687  
688 688 ```ruby
689 689 class Product < ActiveRecord::Base
... ...