diff --git a/doc/training-guides/basic-install-guide/section_launch-instance-neutron.xml b/doc/training-guides/basic-install-guide/section_launch-instance-neutron.xml
index 07a1deff..be59c28c 100644
--- a/doc/training-guides/basic-install-guide/section_launch-instance-neutron.xml
+++ b/doc/training-guides/basic-install-guide/section_launch-instance-neutron.xml
@@ -10,14 +10,14 @@
Most cloud images support
public key authentication rather than conventional
user name/password authentication. Before launching an instance, you must
- generate a public/private key pair using ssh-keygen
+ generate a public/private keypair using ssh-keygen
and add the public key to your OpenStack environment.
Source the demo tenant credentials:
$ source demo-openrc.sh
- Generate a key pair:
+ Generate a keypair:
$ ssh-keygen
@@ -279,7 +279,7 @@ Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '203.0.113.102' (RSA) to the list of known hosts.
$
- If your host does not contain the public/private key pair created
+ If your host does not contain the public/private keypair created
in an earlier step, SSH prompts for the default password associated
with the cirros user.