diff --git a/.gitignore b/.gitignore
index 3e296a1..060f27a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
.venv
.vscode
.pytest_cache
+.mypy_cache
*.egg-info
**/__pycache__
dist
diff --git a/README.md b/README.md
index ccfb17d..d6e36cf 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@
---
-FastAPI-VO is a lightweight library for creating simple FastAPI view objects just by `picking` or `omitting` parts of a model. It is designed to be simple, intuitive and easy to use.
+FastAPI-VO is a lightweight library for creating simple FastAPI view objects just by `picking` or `omitting` parts of a model. It is designed to be simple, intuitive and easy to use.
It is so simple that doesn't need much explanation. Just check some examples below.
diff --git a/docs/index.md b/docs/index.md
index 531f177..13583fb 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -31,7 +31,7 @@
---
-FastAPI-VO is a lightweight library for creating simple FastAPI view objects just by `picking` or `omitting` parts of a model. It is designed to be simple, intuitive and easy to use.
+FastAPI-VO is a lightweight library for creating simple FastAPI view objects just by `picking` or `omitting` parts of a model. It is designed to be simple, intuitive and easy to use.
It is so simple that doesn't need much explanation. Just check some examples below.