Skip to content

Commit ee489f3

Browse files
committed
docs: Fix typos
Patch `README` files by fixing typos to improve user experience. [Note] Py package `codespell` was used to find and fix typos in the repo. [Commands] ➜ codespell . ➜ codespell -i 3 -w [Docs] See: https://github.com/codespell-project/codespell
1 parent 5c3b93c commit ee489f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
1. **Python 3.7** - Follow instructions to install the latest version of python for your platform in the [python docs](https://docs.python.org/3/using/unix.html#getting-and-installing-the-latest-version-of-python)
88

9-
2. **Virtual Environment** - We recommend working within a virtual environment whenever using Python for projects. This keeps your dependencies for each project separate and organized. Instructions for setting up a virual environment for your platform can be found in the [python docs](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/)
9+
2. **Virtual Environment** - We recommend working within a virtual environment whenever using Python for projects. This keeps your dependencies for each project separate and organized. Instructions for setting up a virtual environment for your platform can be found in the [python docs](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/)
1010

1111
3. **PIP Dependencies** - Once your virtual environment is setup and running, install the required dependencies by navigating to the `/backend` directory and running:
1212

frontend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ You can optionally update this game play to increase the number of questions or
120120

121121
`GET '/categories/${id}/questions'`
122122

123-
- Fetches questions for a cateogry specified by id request argument
123+
- Fetches questions for a category specified by id request argument
124124
- Request Arguments: `id` - integer
125125
- Returns: An object with questions for the specified category, total questions, and current category string
126126

0 commit comments

Comments
 (0)