developer-website
developer-website copied to clipboard
chore: Update send-metrics.mdx
folloiwng -> following
Description
chore: There was a typo on a documentation page at (https://developer.newrelic.com/contribute-to-quickstarts/instrument-library/send-metrics/)
Reviewer Notes
Just a simple typo fix
Related Issue(s) / Ticket(s)
If there are any related GitHub Issues or JIRA tickets, add links to them here.
- issue
Screenshot(s)
If relevant, add screenshots here.
Use Conventional Commits
Please help the maintainers by leveraging the following conventional commit standards in your pull request title and commit messages.
Use chore
- for minor changes / additions / corrections to content.
- for minor changes / additions / corrections to images.
- for minor non-functional changes / additions to github actions, github templates, package or config updates, etc
git commit -m "chore: adjusting config and content"
Use fix
- for minor functional corrections to code.
git commit -m "fix: typo and prop error in the code of conduct"
Use feat
- for major functional changes or additions to code.
git commit -m "feat(media): creating a video landing page"