Skip to content

Commit

Permalink
Merge pull request #44 from alaouy/master
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
bigtunacan committed Jan 13, 2016
2 parents 31da179 + d69fcfc commit 3438cdc
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 3438cdc

Please sign in to comment.