Skip to content

Commit

Permalink
Fix typo in api error response (#129)
Browse files Browse the repository at this point in the history
* Add a Deprecated filter

Signed-off-by: Michael Radka <[email protected]>

* Fix tpo in api error response

* Update version

---------

Signed-off-by: Michael Radka <[email protected]>
  • Loading branch information
mikeradka authored Feb 12, 2025
1 parent 50c1f06 commit 4ad57ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/schema/validator2.ex
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ defmodule Schema.Validator2 do
response,
"constraint_failed",
"Constraint failed: #{description};" <>
" expected at least one constraint attribute, bot got none.",
" expected at least one constraint attribute, but got none.",
extra
)
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
defmodule Schema.MixProject do
use Mix.Project

@version "2.77.1"
@version "2.77.2"

def project do
build = System.get_env("GITHUB_RUN_NUMBER") || "SNAPSHOT"
Expand Down

0 comments on commit 4ad57ef

Please sign in to comment.