diff --git a/docs/user/faqs.md b/docs/user/faqs.md
index f97bee084..896b9d639 100644
--- a/docs/user/faqs.md
+++ b/docs/user/faqs.md
@@ -63,8 +63,8 @@
How can I know if I'm using Wireguard's local or remote credentials?
- - If you're using local credentials, your Wireguard profile's endpoint should be an IP + Port. Ex. `192.168.X.X:`
- - If you're using remote credentials, then the endpoint should be a dynDNS string + Port. Ex. `.dyndns.dappnode.io:`
+ - If you're using local credentials, your Wireguard profile's endpoint should be an IP + Port (e.g.,
192.168.X.X:<port>
).
+ - If you're using remote credentials, then the endpoint should be a dynDNS string + Port (e.g.,
<randomstring>.dyndns.dappnode.io:<port>
).