Commit e60ff0b96397b6a851636f0702cc6d978e12cde4

Authored by Andrew Kane
1 parent 9a8a84f1

Updated readme [skip ci]

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -1606,7 +1606,7 @@ add_column :products, :search_conversions, :jsonb
1606 1606  
1607 1607 For MySQL, use `:json`, and for others, use `:text` with a [JSON serializer](https://api.rubyonrails.org/classes/ActiveRecord/AttributeMethods/Serialization/ClassMethods.html).
1608 1608  
1609   -Next, create a separate method so you can use partial reindexing.
  1609 +Create a separate method so you can use partial reindexing.
1610 1610  
1611 1611 ```ruby
1612 1612 class Product < ApplicationRecord
... ...