Skip to content

Commit

Permalink
remove extra s in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
evancz committed Jul 26, 2019
1 parent 63db0a1 commit 3698de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/Reporting/Error/Json.hs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ parseErrorToReport path source parseError reason =
, D.reflow $
"This error is commonly caused by trailing commas in JSON objects. Those are\
\ actually disallowed by <https://json.org> so check the previous line for a\
\ trailing commas that may need to be deleted."
\ trailing comma that may need to be deleted."
, objectNote
]
)
Expand Down

0 comments on commit 3698de0

Please sign in to comment.