fix: Correct spelling errors found by Codespell

This commit is contained in:
Jeremy Kohn
2026-02-02 00:00:31 -06:00
parent ccdfd66cc2
commit bb146c059f
7 changed files with 9 additions and 9 deletions

View File

@@ -38,7 +38,7 @@ Follow the steps **sequentially** and **do not attempt to upgrade all projects a
2. Start with **independent class library projects** (least dependencies).
3. Gradually move to projects with **higher dependencies** (e.g., APIs, Azure Functions).
4. Ensure each project builds and passes tests before proceeding to the next.
5. Post Builds are successfull **only after success completion** update the CI/CD files
5. Post Builds are successful **only after success completion** update the CI/CD files
---