Skip to content

Commit

Permalink
Rename MeiliSearch to Meilisearch in the deprecation warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoocasali committed Oct 21, 2022
1 parent 0fb81e4 commit 18154a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/meilisearch/utils.rb
Expand Up @@ -29,7 +29,7 @@ def self.warn_on_non_conforming_attribute_names(body)
return if non_snake_case.empty?

message = <<~MSG
Attributes will be expected to be snake_case in future versions of MeiliSearch.
Attributes will be expected to be snake_case in future versions of Meilisearch Ruby.
Non-conforming attributes: #{non_snake_case.join(', ')}
MSG
Expand Down

0 comments on commit 18154a1

Please sign in to comment.