From 665aa8b78e92c51c71b2ac0ee50fcafddbb85785 Mon Sep 17 00:00:00 2001
From: Ghislain Durif <gd.dev@libertymail.net>
Date: Tue, 28 Nov 2023 14:26:24 +0100
Subject: [PATCH] minor fixes

---
 8_text_manipulation.Rmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/8_text_manipulation.Rmd b/8_text_manipulation.Rmd
index 08c18eb..3a0d2ed 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:
 >
-- 
GitLab