Skip to content

Commit a76ebd8

Browse files
committed
fix: replace should with must
1 parent 4265b27 commit a76ebd8

36 files changed

+217
-217
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ Run with `npm run lint`.
4747
* Use [./.README/rules/require-valid-file-annotation.md](./.README/rules/require-valid-file-annotation.md) as a template.
4848
* Ensure that rule documentation document includes `<!-- assertions spaceAfterTypeColon -->` declaration.
4949
1. Update [./.README/README.md](/.README/README.md) to include the new rule.
50-
1. Run `npm run create-readme` to generate the new `README.md` (you should be on `master` branch for this command to work)
50+
1. Run `npm run create-readme` to generate the new `README.md` (you must be on `master` branch for this command to work)
5151

5252
Note: Sections "The following patterns are considered problems:" and "The following patterns are not considered problems:" are **generated automatically** using the test cases.

0 commit comments

Comments
 (0)