Update README.md

fix typo
This commit is contained in:
d-m-u 2021-04-21 14:53:51 -04:00 committed by GitHub
parent 0bd4afeaac
commit 4e5d4060cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ class UserWithManyAttributes < ActiveRecord::Base
end
```
If this approach is taken, it is advisible to [add a functional index](https://www.postgresql.org/docs/13/citext.html).
If this approach is taken, it is advisable to [add a functional index](https://www.postgresql.org/docs/13/citext.html).
This was originally asked in [a Ransack issue](https://github.com/activerecord-hackery/ransack/issues/1201) and a solution was found on [Stack Overflow](https://stackoverflow.com/a/34677378).