Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ The following terms would match the query 'un':

#### :full => false (default behavior)

Only the following terms mould match the query 'un':
Only the following terms would match the query 'un':

* Unacceptable

Expand Down Expand Up @@ -211,7 +211,7 @@ By default autocomplete uses method name as column name. Now it can be specified

#### :case_sensitive

Normally autocomplete performs a case insentive search. In cases where this is not desirable, or causes too high
Normally autocomplete performs a case insensitive search. In cases where this is not desirable, or causes too high
a performance penalty, search can be made case sensitive by specifying `:case_sensitive => true`

#### json encoder
Expand Down