Skip to content

Commit 8db19a1

Browse files
committed
Rename MeiliSearch to Meilisearch in the deprecation warning message
1 parent 5f18963 commit 8db19a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/meilisearch/utils.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def self.warn_on_non_conforming_attribute_names(body)
5858
return if non_snake_case.empty?
5959

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

0 commit comments

Comments
 (0)