Skip to content

Commit 45451d3

Browse files
docs: made some minor grammatical corrections (#61)
* fix: minor grammatical fix * docs: update contributing.md * fix: minor grammatical fix Co-Authored-By: James George <[email protected]> Co-authored-by: James George <[email protected]>
1 parent c7ba43e commit 45451d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/guide/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Users are required to solve 30 tasks that take them through the basic constructs
1111
- Follow the instructions as prompted.
1212
- Now type in `cd teachcode-solutions`.
1313
- Grab the initial key and type in `teachcode fetchtask <key>`.
14-
- Hurray :tada: you've got your first task.
14+
- Hurray :tada: , you've got your first task.
1515
- Now you can find a `config.json` and `task1.py` (language of choice) file within the `teachcode-solutions` directory.
16-
- Open up your favourite editor and code up the solution.
16+
- Open up your favorite editor and code up the solution.
1717
- Now type in `teachcode submit`.
1818
- Enter your Git credentials when prompted.
19-
- If the current solution satisfies all test cases, you'll get the key to proceed with.
19+
- If the current solution satisfies all test cases, you'll get the key to proceed farther.
2020
- Grab the key and type in `teachcode fetchtask <key>`.

docs/guide/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ title: 'Contributing'
1919
## Points to ponder
2020

2121
1. Make sure that you submit an issue first if you have something in mind that you're willing to work on.
22-
2. Follow a `rebase` strategy in order to update your remote branch with the latest changes.
22+
2. Follow a `rebase` strategy to update your remote branch with the latest changes.
2323
3. Prefix your branch names with `feat/`, `docs/` or `hotfix/` for feature proposals, docs-related and bug fixes, respectively.

0 commit comments

Comments
 (0)