Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix JSON errors in data-types.md #56

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

chriswait
Copy link

@chriswait chriswait commented May 1, 2023

data-types.md contains various samples of JSON payloads.

In several of these, a semicolon has been used in place of a colon, resulting in errors when debugging webhooks using these examples:

"plural"; "Adults",

In others, there are 2x closing quotes.

@chriswait chriswait changed the title Fix semicolons in data-types.md Fix JSON errors in data-types.md May 1, 2023
@alexlewin-fareharbor
Copy link
Contributor

Thank you Chris! We didn't anticipate fixes from folks outside FH, so it took us a while to notice your thoughtful PR. We're incorporating your changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants