Skip to content

Commit 37bd8eb

Browse files
committed
docs: fix typos in prerequisites and navigation files
1 parent 75ff82c commit 37bd8eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ It is a `Loguru` based custom logging package for python projects.
3333
- Install **Python (>= v3.10)** and **pip (>= 23)**:
3434
- **[RECOMMENDED] [Miniconda (v3)](https://www.anaconda.com/docs/getting-started/miniconda/install)**
3535
- *[arm64/aarch64] [Miniforge (v3)](https://github.com/conda-forge/miniforge)*
36-
- *[Python virutal environment] [venv](https://docs.python.org/3/library/venv.html)*
36+
- *[Python virtual environment] [venv](https://docs.python.org/3/library/venv.html)*
3737

3838
[OPTIONAL] For **DEVELOPMENT** environment:
3939

docs/getting-started/.nav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
nav:
2-
- Prequisites: prerequisites.md
2+
- Prerequisites: prerequisites.md
33
- Installation: installation.md
44
- Configuration: configuration.md
55
- Examples: examples.md

docs/getting-started/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Prerequisites
77
- Install **Python (>= v3.10)** and **pip (>= 23)**:
88
- **[RECOMMENDED] [Miniconda (v3)](https://www.anaconda.com/docs/getting-started/miniconda/install)**
99
- *[arm64/aarch64] [Miniforge (v3)](https://github.com/conda-forge/miniforge)*
10-
- *[Python virutal environment] [venv](https://docs.python.org/3/library/venv.html)*
10+
- *[Python virtual environment] [venv](https://docs.python.org/3/library/venv.html)*
1111

1212
[OPTIONAL] For **DEVELOPMENT** environment:
1313

0 commit comments

Comments
 (0)