Skip to content

Commit c1070da

Browse files
authored
Update CONTRIBUTING.md (#6288)
Description This PR fixes a minor typo in the CONTRIBUTING.md file to improve readability and clarity. The updated instructions now use consistent phrasing when guiding contributors on creating a pull request after fixing typos. Changes Made Updated the sentence: Old: "To start, click the page icon... Once you've fixed the typo, commit your changes to a new branch and create a pull request. New: "To begin, click the page icon... branch in your forked repository and create a pull request. Reason for the Change This change improves the flow and consistency of the instructions, making them clearer for first-time contributors. Checklist I have read the contribution guidelines. My changes follow the project's style and formatting. Linked Issue This PR does not resolve any existing issues but enhances the documentation for clarity. Additional Notes This is my first time contributing and Thank you for maintaining such an inclusive project! Let me know if there's anything you'd like me to adjust or improve further.
1 parent b37c437 commit c1070da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Thanks for thinking about helping with [dart.dev][www]!
44
You can contribute in a few ways.
55

66
* **Fix typos.** The GitHub UI makes it easy to contribute small fixes, and
7-
you'll get credit for your contribution! To start, click the **page icon**
7+
you'll get credit for your contribution! To begin, click the **page icon**
88
at the upper right of the page. Then click the **pencil icon** to start
99
editing the file. Once you've fixed the typo, commit your changes to a new
10-
branch and create a **pull request.**
10+
branch in your forked repository and create a **pull request.**
1111

1212
Once we've reviewed and approved your change, we'll merge it. Normally, we'll
1313
review your fix within one working day, and your fix will appear online less

0 commit comments

Comments
 (0)