From bb268ed67744732f12850fa4751804d1f2fe263b Mon Sep 17 00:00:00 2001 From: Sarieme Date: Sat, 5 Sep 2026 01:11:47 -0700 Subject: [PATCH] Fix grammatical error in README.md Corrected the plural form of 'types' to 'type' for clarity. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5730b788246..97048c6951cd 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ There are two GitHub Docs repositories: - **`github/docs-internal`** (private): For GitHub employee contributions. -The two repositories sync frequently. Content changes in one are reflected in the other. Hubbers might prefer to post in `docs` when working with a customer, but `docs` has limitations on the types of contributions it accepts to safeguard the site and our workflows. Internal contributions should usually go to `docs-internal`. +The two repositories sync frequently. Content changes in one are reflected in the other. Hubbers might prefer to post in `docs` when working with a customer, but `docs` has limitations on the type of contributions it accepts to safeguard the site and our workflows. Internal contributions should usually go to `docs-internal`. **Important:** The `docs` repository accepts contributions to content files (`.md` files in `/content` and select `/data` sections like reusables only). Infrastructure files, workflows, and site-building code are not open for external modification.