Commit 37150b3a6bdea3fddad858183d41281bd252331f
1 parent
8c349183
Exists in
master
and in
18 other branches
Use consistent spelling [skip ci]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
@@ -1684,7 +1684,7 @@ class Product < ApplicationRecord | @@ -1684,7 +1684,7 @@ class Product < ApplicationRecord | ||
1684 | end | 1684 | end |
1685 | ``` | 1685 | ``` |
1686 | 1686 | ||
1687 | -Make search case sensitive [master] | 1687 | +Make search case-sensitive [master] |
1688 | 1688 | ||
1689 | ```ruby | 1689 | ```ruby |
1690 | class Product < ApplicationRecord | 1690 | class Product < ApplicationRecord |