Skip to content

Commit 3438cdc

Browse files
committed
Merge pull request #44 from alaouy/master
fix typos
2 parents 31da179 + d69fcfc commit 3438cdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ The following terms would match the query 'un':
149149

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

152-
Only the following terms mould match the query 'un':
152+
Only the following terms would match the query 'un':
153153

154154
* Unacceptable
155155

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

212212
#### :case_sensitive
213213

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

217217
#### json encoder

0 commit comments

Comments
 (0)