Commit a71c60a278e1c2f36ec061ed5d439254c8e26cd5
1 parent
fce604c8
Exists in
master
and in
19 other branches
Better wording [skip ci]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -1772,7 +1772,7 @@ Before `0.3.0`, locations were indexed incorrectly. When upgrading, be sure to r |
1772 | 1772 | |
1773 | 1773 | ### Consistency |
1774 | 1774 | |
1775 | -Elasticsearch is eventually consistent, which means it can take up to a second for a change to reflect in search. You can use the `refresh` method to have it show up immediately. | |
1775 | +Elasticsearch is eventually consistent, meaning it can take up to a second for a change to reflect in search. You can use the `refresh` method to have it show up immediately. | |
1776 | 1776 | |
1777 | 1777 | ```ruby |
1778 | 1778 | product.save! | ... | ... |