Commit 6fe7e6078d4c6027da84bc78c71cfe9ab40cc09a

Authored by Andrew
1 parent a754c92b

Fixed typo [skip ci]

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -1012,7 +1012,7 @@ Animal.search "*", type: [Dog, Cat] # just cats and dogs
1012 1012 ```ruby
1013 1013 Dog.search "airbudd", suggest: true # suggestions for all animals
1014 1014 ```
1015   -2. This relies on a `type` field that is automatically added to the indexed document. Be wary of defining your own `type` field in `search_data`, as it will take presidence.
  1015 +2. This relies on a `type` field that is automatically added to the indexed document. Be wary of defining your own `type` field in `search_data`, as it will take precedence.
1016 1016  
1017 1017 ## Debugging Queries
1018 1018  
... ...