From 4e5d4060cf0097f62ca6a9c61c770db3e44441c1 Mon Sep 17 00:00:00 2001 From: d-m-u <16326669+d-m-u@users.noreply.github.com> Date: Wed, 21 Apr 2021 14:53:51 -0400 Subject: [PATCH] Update README.md fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5dbd04..0882953 100644 --- a/README.md +++ b/README.md @@ -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).