diff --git a/docs/index.md b/docs/index.md
index 08c74cb..6df925d 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -194,7 +194,7 @@ was inspired by indentation-based templating languages:
Dedication
-_I dedicate this project to my sons, Franciszek Józef and Brunon Piotr._ - Marcin Wojnarski
+_I dedicate this project to my sons, Franciszek Józef and Brunon Piotr._ - Marcin Wojnarski
@@ -1389,7 +1389,7 @@ After a new tag is implemented, it should be added to the special module-level d
## Control blocks
Control blocks of multiple types are available in Hypertag to help you manipulate input data
-directly inside the document without going back and forth between Python and presentation code.
+directly in a document without going back and forth between Python and presentation code.
The blocks are:
- **if-elif-else**