From fe82044954ee3bf30636a166ad2f17d5d5ff3417 Mon Sep 17 00:00:00 2001
From: Luke Murphy <lukewm@riseup.net>
Date: Mon, 1 Mar 2021 12:43:40 +0100
Subject: [PATCH] Clarify this

---
 docs/deploy.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/deploy.md b/docs/deploy.md
index 47894c261..758510765 100644
--- a/docs/deploy.md
+++ b/docs/deploy.md
@@ -61,7 +61,7 @@ Now you can connect `abra` with your new server.
 $ abra server add example.com
 ```
 
-Where `example.com` is replaced with your identifier for your server DNS.
+Where `example.com` is replaced with your server DNS name.
 
 `abra server add` accepts also a `<user>` and `<port>` arguments for your custom SSH connection details. What is happening here is that you are using the underlying SSH machinery to make a secure connection to the server installed Docker daemon. This allows `abra` to run remote deployments from your local development machine.