From f51158f5307350529c5698c98acbb869c0ee5cd2 Mon Sep 17 00:00:00 2001 From: Radoslav Petkov <156192995+RadoslavPetkow@users.noreply.github.com> Date: Sun, 2 Feb 2025 16:50:36 +0200 Subject: [PATCH 1/2] Update CONTRIBUTING.md Fix typos and improve clarity. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f7005b6c7fbe283..b9d62b71cd0f9ea 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,7 +26,7 @@ If we require more information to address your pull request, the `more-informati - Example: [Access] fix broken link in example_file.md - Pull request descriptions - Use bullet points to summarize the changes in the commits - - Add any other information you think is helpful or needs addressed. If your PR fixes an open issue, indicate that your PR is addressing the issue and provide a link to the issue. + - Add any other information you think is helpful or needs to be addressed. If your PR fixes an open issue, indicate that your PR is addressing the issue and provide a link to the issue. ## Package manager @@ -35,7 +35,7 @@ If we require more information to address your pull request, the `more-informati ## Wrangler config -If you're adding a code snippet to the docs that represents a Wrangler config file (`wrangler.toml`, `wrangler.json`, or `wrangler.jsonc`) make sure you wrap it with the `` component, which ensure it's rendered as both JSON and TOML e.g. +If you're adding a code snippet to the docs that represents a Wrangler config file (`wrangler.toml`, `wrangler.json`, or `wrangler.jsonc`) make sure you wrap it with the `` component, which ensures it’s rendered as both JSON and TOML e.g. ```` From c784fd869b21afe3ea0159f749f4897445af3b23 Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Mon, 3 Feb 2025 09:53:11 +0000 Subject: [PATCH 2/2] PCX review --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b9d62b71cd0f9ea..b3fca687d1b1e2e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,7 +35,7 @@ If we require more information to address your pull request, the `more-informati ## Wrangler config -If you're adding a code snippet to the docs that represents a Wrangler config file (`wrangler.toml`, `wrangler.json`, or `wrangler.jsonc`) make sure you wrap it with the `` component, which ensures it’s rendered as both JSON and TOML e.g. +If you are adding a code snippet to the docs that represents a Wrangler config file (`wrangler.toml`, `wrangler.json`, or `wrangler.jsonc`) make sure you wrap it with the `` component, which ensures it is rendered as both JSON and TOML. For example: ````