-
Notifications
You must be signed in to change notification settings - Fork 780
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
docs: specify custom arguments must have string values #784
docs: specify custom arguments must have string values #784
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job, thanks for this documentation! Added a minor feedback item, if you want to change it. Happy to approve if you disagree.
use-cases/kitchen-sink.md
Outdated
@@ -48,3 +48,7 @@ sgMail | |||
.then(() => console.log('Mail sent successfully')) | |||
.catch(error => console.error(error.toString())); | |||
``` | |||
|
|||
### Error Handling: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a big deal but perhaps this title should be Caveats
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agreed @reedsa , I'll update the PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, thanks for the contribution!
Hi @reedsa, can this be merged in? |
Fixes #658
Checklist
Short description of what this PR does:
customArgs
field in the docs to reflect that it takes only string valueIf you have questions, please send an email to Sendgrid, or file a Github Issue in this repository.
cc @thinkingserious