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.
This commit is contained in:
Arpit Mohan 2025-02-27 11:49:08 +05:30 committed by GitHub
parent 7b2607835b
commit cd18ea4ca5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ Looking for issues to contribute to? Check out our [Inviting Contribution Issues
3. Create PR(s) without proper description. 3. Create PR(s) without proper description.
4. Requesting for review without latest release pull on PR. 4. Requesting for review without latest release pull on PR.
5. Raising PR(s) without tests. 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 ### 🍴 Git Workflow

View File

@ -6,7 +6,7 @@
1. Cypress tests are located in the `app/client/cypress` directory. 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. 1. You can create directories under `app/client/cypress` but make sure you place the spec within the `app/client/cypress/e2e` directory.