Commit a85c6e2f371651b7fca843f0ceb5c1238cbaf879
1 parent
315555ac
Exists in
master
and in
21 other branches
No italics
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -67,7 +67,7 @@ class Book < ActiveRecord::Base |
67 | 67 | end |
68 | 68 | ``` |
69 | 69 | |
70 | -*After the reindex is complete* (to prevent errors), tell the search query to use conversions. | |
70 | +After the reindex is complete (to prevent errors), tell the search query to use conversions. | |
71 | 71 | |
72 | 72 | ```ruby |
73 | 73 | Book.search do | ... | ... |