Merge pull request #10657 from rylwin/fix-typos

Fix typos in CONTRIBUTING.md
This commit is contained in:
William Martin 2025-03-24 10:16:38 +01:00 committed by GitHub
commit b78734068d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,9 +62,9 @@ To propose a design:
- Include a link to the issue that the design is for.
- Describe the design you are proposing to resolve the issue, leveraging the [CLI Design System][].
- Mock up the design you are proposing using our [Google Docs Template][] or code blocks.
- Mock ups should cleary illustrate the command(s) being run and the expected output(s).
- Mock ups should clearly illustrate the command(s) being run and the expected output(s).
### (core team only) Revewing a design
### (core team only) Reviewing a design
A member of the core team will [triage](../docs/triage.md) the design proposal. Once a member of the core team has reviewed the design, they may add the [`help wanted`][hw] label to the issue, so a PR can be opened to provide the implementation.