diff --git a/8_text_manipulation.Rmd b/8_text_manipulation.Rmd
index 08c18ebccbef806964210045543413069a0ced36..3a0d2ed953b349cf8dc84f41ac7a8464c6a715ca 100644
--- a/8_text_manipulation.Rmd
+++ b/8_text_manipulation.Rmd
@@ -275,7 +275,7 @@ You have 3 modes in `vim`:
 - The **insert** mode, where you can write things. You enter this mode with the `i` key or any other key insertion key (for example `a` to insert after the cursor or `A` to insert at the end of the line)
 - The **visual** mode where you can select text for copy/paste action. You can enter this mode with the `v` key
 
-If you want to learn more about `vim`, you can start with the https://vim-adventures.com/ website. Once you master `vim` everything is faster but you will have to practice a loot. 
+If you want to learn more about `vim`, you can start with the <https://vim-adventures.com/> website. Once you master `vim` everything is faster but you will have to practice a lot. 
 
 > We have used the following commands:
 >