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:
parent
7b2607835b
commit
cd18ea4ca5
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user