diff --git a/docs/procedure-dhcp.md b/docs/procedure-dhcp.md
index 64e2db4616fc075b10e5c0c45b2e7907e8c8b05f..e22de871a0d3acb6cd036620262842f913b45481 100644
--- a/docs/procedure-dhcp.md
+++ b/docs/procedure-dhcp.md
@@ -2,7 +2,7 @@
 
 ## Installation dhcp 
 
-    apt-get instal isc-dhcp-server
+    apt-get install isc-dhcp-server
 
 ## commande dhcp
 
@@ -42,7 +42,7 @@
 
     subnet 192.168.40.0 netmask 255.255.255.0 {
         range  dynamic-bootp 192.168.40.20 192.168.40.100;
-        option routers 192.168.40.254;
+        option routers 192.168.40.254;https://gitlab.univ-lille.fr/hugo.lacherez.etu/networkandco.git
         option subnet-mask 255.255.255.0;
         option domain-name "networkandco.org";
         option domain-name-servers 192.168.40.151;
@@ -115,7 +115,7 @@
 #### configuration fichier /etc/network/interfaces
 
      
-    nano /etc/nework/interfaces :
+    nano /etc/network/interfaces :
     
     # The primary network interface
     allow-hotplug enp0s3