From ade2ff97e09aa7954ab54c918671ef452ee471ab Mon Sep 17 00:00:00 2001 From: kumy Date: Sat, 18 Jun 2016 15:43:35 +0200 Subject: [PATCH] Typo: Replace French words by English ones --- docs/basics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/basics.md b/docs/basics.md index b09751b7a..5ac82ff7b 100644 --- a/docs/basics.md +++ b/docs/basics.md @@ -50,8 +50,8 @@ Here is an example of entrypoints definition: ``` - Two entrypoints are defined `http` and `https`. -- `http` listens on port `80` et `https` on port `443`. -- We enable SSL en `https` by giving a certificate and a key. +- `http` listens on port `80` and `https` on port `443`. +- We enable SSL on `https` by giving a certificate and a key. - We also redirect all the traffic from entrypoint `http` to `https`. ## Frontends