diff --git a/OVH.md b/OVH.md
index e50c8608..4dfff7e2 100644
--- a/OVH.md
+++ b/OVH.md
@@ -12,7 +12,7 @@ Click on the **DNS Zone** tab, then on **Add an entry**:
Now you need to add the DNS redirections as specified by the [standard DNS zone configuration](/dns_config)
-Click on "Change in text format", keep the first four lines :
+Click on "Change in text format", keep the first four lines:
```bash
$TTL 3600
@ IN SOA dns104.ovh.net. tech.ovh.net. (2020083101 86400 3600 3600000 60)
@@ -22,7 +22,7 @@ $TTL 3600
then erase everything below, and replace it with the configuration generated by YunoHost as explained in [this page](/dns_config).
-###Dynamic IP
+### Dynamic IP
[General tutorial on dynamic IP](dns_dynamicip).
@@ -35,7 +35,7 @@ Let's create a DynHost id.
Follow [this tutorial](http://blog.developpez.com/brutus/p6316/ubuntu/configurer_dynhost_ovh_avec_ddclient) to install ddclient.
ddclient will take care of telling OVH that the IP has changed. Then OVH will update the IP.
-You need to add in the configuration file :
+You need to add in the configuration file:
* your login and password DynHost
* your domain name
diff --git a/OVH_fr.md b/OVH_fr.md
index 1083a673..317b6841 100644
--- a/OVH_fr.md
+++ b/OVH_fr.md
@@ -2,11 +2,11 @@
Nous allons voir comment configurer le DNS avec [OVH](http://www.ovh.com).
-Après achat de votre nom de domaine, rendez vous dans l'espace client pour retrouver le panneau de configuration d'OVH, et cliquez sur votre domaine à gauche:
+Après achat de votre nom de domaine, rendez vous dans l'espace client pour retrouver le panneau de configuration d'OVH, et cliquez sur votre domaine à gauche :
-Cliquez sur l'onglet **Zone DNS**, puis sur **Ajouter une entrée**:
+Cliquez sur l'onglet **Zone DNS**, puis sur **Ajouter une entrée** :
@@ -20,7 +20,7 @@ $TTL 3600
puis effacer tout ce qu'il y a en-dessous, et le remplacer par la configuration donnée par votre serveur, comme indiqué dans la [configuration DNS standard](/dns_config).
-###IP dynamique
+### IP dynamique
[Tutoriel plus général sur l’IP dynamique](/dns_dynamicip).