Skip to content

Commit 3698de0

Browse files
committed
remove extra s in error message
1 parent 63db0a1 commit 3698de0

File tree

1 file changed

+1
-1
lines changed
  • compiler/src/Reporting/Error

1 file changed

+1
-1
lines changed

compiler/src/Reporting/Error/Json.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ parseErrorToReport path source parseError reason =
9494
, D.reflow $
9595
"This error is commonly caused by trailing commas in JSON objects. Those are\
9696
\ actually disallowed by <https://json.org> so check the previous line for a\
97-
\ trailing commas that may need to be deleted."
97+
\ trailing comma that may need to be deleted."
9898
, objectNote
9999
]
100100
)

0 commit comments

Comments
 (0)