node-mongodb-native icon indicating copy to clipboard operation
node-mongodb-native copied to clipboard

docs: fix typos, punctuation, caps, formatting

Open grjan7 opened this issue 1 year ago • 0 comments

Description

This PR fixes the following:

  • typos
  • punctuation
  • capitalization
  • command formatting
  • changes inline commands to code blocks (for easy to copy)
  • removes the blank flags --setParameter

What is changing?

Formatting of code blocks in ./test/readme.md

Is there new documentation needed for these changes?

No.

What is the motivation for this change?

Release Highlight

Fill in title or leave empty for no highlight

Double check the following

  • [X] Ran npm run check:lint script
  • [X] Self-review completed using the steps outlined here
  • [X] PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • [ ] Changes are covered by tests
  • [ ] New TODOs have a related JIRA ticket

grjan7 avatar May 07 '24 10:05 grjan7