From 26c37d6a64646d9173ee6d3310e2d6c545935a5c Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Mon, 17 Apr 2023 23:51:57 -0500 Subject: [PATCH] Wording tweak --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2ae03d7..4b6248c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ All contributions are welcome and greatly appreciated! 4. Before opening a pull request, please run `npm run all` to verify formatting, linting, tests, generated files, etc. 5. Commit and push your changes to your fork 6. Open a pull request back to this repository -7. Await for an approval or changed requested from the maintainers of this repository +7. Wait for an approval or changes requested from the maintainers of this repository After merging the pull request, the maintainers of this repository will create a new release with those changes included. After that, everyone can utilize the newly integrated changes in their own Actions workflows and enjoy your awesome improvements!