From cd18ea4ca544e23998532822db6be4386e5d07bd Mon Sep 17 00:00:00 2001 From: Arpit Mohan Date: Thu, 27 Feb 2025 11:49:08 +0530 Subject: [PATCH] chore: fix typos in markdown documentation (#39464) - Fixed 'though' to 'through' and 'contibution' to 'contribution' in CodeContributionsGuidelines.md - Added missing period after 'i.e' in TestAutomation.md These small changes improve the readability and professionalism of the documentation. --- contributions/CodeContributionsGuidelines.md | 2 +- contributions/docs/TestAutomation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contributions/CodeContributionsGuidelines.md b/contributions/CodeContributionsGuidelines.md index 87ce9608d8..d7a7db7fa0 100644 --- a/contributions/CodeContributionsGuidelines.md +++ b/contributions/CodeContributionsGuidelines.md @@ -15,7 +15,7 @@ Looking for issues to contribute to? Check out our [Inviting Contribution Issues 3. Create PR(s) without proper description. 4. Requesting for review without latest release pull on PR. 5. Raising PR(s) without tests. -6. Not going though the code contibution guidelines before first contribution. Just kidding, you are already here 😉 +6. Not going through the code contribution guidelines before first contribution. Just kidding, you are already here 😉 ### 🍴 Git Workflow diff --git a/contributions/docs/TestAutomation.md b/contributions/docs/TestAutomation.md index 554cb36d98..d4a6b1cfc0 100644 --- a/contributions/docs/TestAutomation.md +++ b/contributions/docs/TestAutomation.md @@ -6,7 +6,7 @@ 1. Cypress tests are located in the `app/client/cypress` directory. -1. All the test spec _must_ be in the e2e directory only i.e `app/client/cypress/e2e` +1. All the test spec _must_ be in the e2e directory only i.e. `app/client/cypress/e2e` 1. You can create directories under `app/client/cypress` but make sure you place the spec within the `app/client/cypress/e2e` directory.