docs: fix spelling mistake in error message

Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
Kjell Winblad 2024-02-21 14:57:55 +01:00 committed by GitHub
parent 4678df2229
commit 9b6511b3e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ get_query_tuple({_ChannelId, Data} = _Query) ->
get_query_tuple([{_ChannelId, {_QueryType, _Data}} | _]) ->
error(
{unrecoverable_error,
{invalid_request, <<"The only query type that support batching is insert.">>}}
{invalid_request, <<"The only query type that supports batching is insert.">>}}
);
get_query_tuple([InsertQuery | _]) ->
get_query_tuple(InsertQuery).