diff --git a/docker-cloud/infrastructure/ssh-into-a-node.md b/docker-cloud/infrastructure/ssh-into-a-node.md
index 605427cae4..5d4b7d366d 100644
--- a/docker-cloud/infrastructure/ssh-into-a-node.md
+++ b/docker-cloud/infrastructure/ssh-into-a-node.md
@@ -8,7 +8,7 @@ redirect_from:
title: SSH into a Docker Cloud-managed node
---
-You can use add a public SSH key to the *authorized_keys* file in each of your nodes so you can access Docker Cloud provisioned nodes. The quickest way to do this is to run our **dockercloud/authorizedkeys)** container image.
+You can add a public SSH key to the *authorized_keys* file in each of your nodes so you can access Docker Cloud provisioned nodes. The quickest way to do this is to run our **dockercloud/authorizedkeys)** container image.
## Create pair of keys
@@ -73,7 +73,7 @@ From the stack page, click **Create and deploy**.
The service runs, copies your public key to all of your nodes, then terminates
and automatically destroys the container.
-> **Note**: the default configuration of this service copies the public key you enter to ALL of your existing nodes.
+> **Note**: The default configuration of this service copies the public key you enter to ALL of your existing nodes.
### SSH into Docker Cloud node
@@ -101,4 +101,4 @@ Welcome to Ubuntu 14.04.1 LTS (GNU/Linux 3.13.0-40-generic x86_64)
https://landscape.canonical.com/
Last login: Mon Feb 2 23:29:54 2015 from pool-108-30-19-181.nycmny.fios.verizon.net
root@13e9d739-admin:~#
-```
\ No newline at end of file
+```