Skip to content

Commit

Permalink
fix(json_parser.dart): fix typo in ValidationException message
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed May 21, 2024
1 parent 554c436 commit d8f4fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/core/definitions/extensions/json_parser.dart
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ extension ParseField on Map<String, dynamic> {
}

throw const ValidationException(
'Missing "forms" member in Intraction Affordance',
'Missing "forms" member in InteractionAffordance',
);
}

Expand Down

0 comments on commit d8f4fb0

Please sign in to comment.