Skip to content

Commit bce3f6b

Browse files
authored
Fix typo in v4 migration guide
Corrected a typo in the migration guide regarding the renaming of the InconsistencyError type.
1 parent 2550da2 commit bce3f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/v4_migration_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ of this, but if you've implemented the `JSONSchemaContext` protocol yourself
8181
then this note is for you.
8282

8383
### Errors
84-
The `InconsistencyError` type has been renaemd to `GenericError` and its message
84+
The `InconsistencyError` type has been renamed to `GenericError` and its message
8585
has been tweaked to fit the new name. This error has been used to represent many
8686
errors over time and I would not classify all of them as "inconsistencies."
8787

0 commit comments

Comments
 (0)