docs: fix 'does not supports' grammar in node22 ESM sample README by DucMinhNe · Pull Request #17085 · nestjs/nest (original) (raw)
PR Type
Documentation fix.
What
In sample/35-use-esm-package-after-node22/README.md, the sentence has a subject-verb agreement typo:
While Jest does not
supportssupport the--experimental-require-moduleflag, we cannot use Jest in this project!
Fixed does not supports → does not support. Docs-only, one word.