Skip to content

Commit

Permalink
Merge pull request #121 from emqx/fix-wording
Browse files Browse the repository at this point in the history
style: fix wording
  • Loading branch information
sstrigler authored Dec 14, 2023
2 parents ede7681 + 3aee774 commit 67171b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/minirest_handler.erl
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ reply({ErrorStatus, Code, Message, Other}, Req, Handler = #handler{error_codes =
NewMessage =
list_to_binary(
io_lib:format(
"not support code ~p, message ~p, schema def ~p", [Code, Message, Codes])),
"Unsupported code ~p, message ~p, schema def ~p", [Code, Message, Codes])),
reply({500, NewMessage}, Req, Handler)
end;

Expand Down

0 comments on commit 67171b1

Please sign in to comment.