Skip to content

Commit 2f5afe2

Browse files
committed
Fix typos
1 parent ee1ac82 commit 2f5afe2

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

LICENSE.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Section 1 -- Definitions.
7676
Licensor. For purposes of this Public License, where the Licensed
7777
Material is a musical work, performance, or sound recording,
7878
Adapted Material is always produced where the Licensed Material is
79-
synched in timed relation with a moving image.
79+
synced in timed relation with a moving image.
8080

8181
b. Adapter's License means the license You apply to Your Copyright
8282
and Similar Rights in Your contributions to Adapted Material in
@@ -392,4 +392,4 @@ understandings, or agreements concerning use of licensed material. For
392392
the avoidance of doubt, this paragraph does not form part of the public
393393
licenses.
394394

395-
Creative Commons may be contacted at creativecommons.org.
395+
Creative Commons may be contacted at creativecommons.org.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Whether you are a beginner eager to explore or an experienced professional seeki
3838
To start contributing , you will need to set up your development environment:
3939

4040
1. Clone the repository.
41-
2. In the cloned repostory directory, install dependencies using [uv](https://docs.astral.sh/uv/):
41+
2. In the cloned repository directory, install dependencies using [uv](https://docs.astral.sh/uv/):
4242

4343
```bash
4444
invoke install

docs/4. Validating/4.1. Linting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: Master the art of code linting with tools like Ruff to ensure code
1010

1111
## Why should you use linter tools?
1212

13-
Linter are indispensable in Python development due to several key reasons:
13+
Linters are indispensable in Python development due to several key reasons:
1414

1515
- **Code Quality**: They ensure adherence to best coding practices, crucial for teamwork.
1616
- **Readability**: By enforcing a consistent style, they enhance the readability of the code.

docs/4. Validating/4.3. Logging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Given the myriad of things that can go wrong during program execution – such a
3434

3535
## Which tool should you use to log in Python?
3636

37-
Python's standard library includes a robust but somewhat complex [`logging` module](https://docs.python.org/3/library/logging.html). For those seeking simplicity without sacrificing power, the [`loguru`](https://loguru.readthedocs.io/) library is an excellent alternative. It streamlines the logging process with an easier syntax and a host of convenient features, such as automatic file rotation and structured logging. Below is how you can install and use `loguru`:
37+
Python's standard library includes a robust but somewhat complex [`logging` module](https://docs.python.org/3/library/logging.html). For those seeking simplicity without sacrificing power, the [`loguru`](https://loguru.readthedocs.io/) library is an excellent alternative. It streamlines the logging process with easier syntax and a host of convenient features, such as automatic file rotation and structured logging. Below is how you can install and use `loguru`:
3838

3939
```python
4040
from loguru import logger

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Welcome to our comprehensive [MLOps Coding Course](https://mlops-coding-course.f
1010

1111
- **Donation Link**: [https://donate.stripe.com/4gw8xT9oVbCc98s7ss](https://donate.stripe.com/4gw8xT9oVbCc98s7ss){target="_blank"}
1212
- **GitHub Repository**: [https://github.com/MLOps-Courses/mlops-coding-course](https://github.com/MLOps-Courses/mlops-coding-course){target="_blank"}
13-
- **MLOps Coding Asssistant**: [https://mlops-coding-assistant.fmind.dev/](https://mlops-coding-assistant.fmind.dev/){target="_blank"}
13+
- **MLOps Coding Assistant**: [https://mlops-coding-assistant.fmind.dev/](https://mlops-coding-assistant.fmind.dev/){target="_blank"}
1414

1515
## [Chapter 0: Overview](./0. Overview/)
1616

0 commit comments

Comments
 (0)