summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/basic/certbot.md2
-rw-r--r--content/ejabberd.md6
2 files changed, 4 insertions, 4 deletions
diff --git a/content/basic/certbot.md b/content/basic/certbot.md
index 7cb18cd..3b60ea7 100644
--- a/content/basic/certbot.md
+++ b/content/basic/certbot.md
@@ -31,7 +31,7 @@ certificates that allow encrypted connections. It used to be painful
{{< img alt="website without https/ssl" src="/pix/nginx-website.png" link="/pix/nginx-website.png" >}}
Note in this picture that a browser accessing your site will say \"Not
-secure\" or something else to notify you that we are using and
+secure\" or something else to notify you that we are using an
unencrypted HTTP connection rather than an encrypted HTTPS one.
## Installation
diff --git a/content/ejabberd.md b/content/ejabberd.md
index 7f024f1..0a7f3a8 100644
--- a/content/ejabberd.md
+++ b/content/ejabberd.md
@@ -243,11 +243,11 @@ your turnserver:
secret: "your_auth_secret"
services:
-
- host: turn.example.org
+ host: turn.example.org
type: stun
-
- host: turn.example.org
- type: turn
+ host: turn.example.org
+ type: turn
```
And with that, you\'ve successfully setup your ejabberd XMPP server!