Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
fix typo in error description
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-Gates authored and vitorbaptista committed Dec 12, 2017
1 parent ee80b69 commit de8003f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"context": "table",
"weight": 15,
"message": "Table Schema error: {error_message}",
"description": "Provided schema is not valid.\n\n How it could be resolved:\n - Update schema descriptor to be a valid descriptor\n - If this error should be ignored disable schema cheks in {validator}."
"description": "Provided schema is not valid.\n\n How it could be resolved:\n - Update schema descriptor to be a valid descriptor\n - If this error should be ignored disable schema check in {validator}."
},
"non-matching-header": {
"name": "Non-Matching Header",
Expand Down

0 comments on commit de8003f

Please sign in to comment.