Fix a typo in api-guide doc

Change-Id: Ic0d3bedda46312f41359a212b02e5fc01a71d960
This commit is contained in:
ChangBo Guo(gcb) 2015-11-21 14:08:25 +08:00
parent d0f06c7258
commit c9773683ad
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ several key concepts:
- **Key Pair**
An ssh or x509 keypair that can be injected into a server. This allows you
to connect to your server once t has been created without having to use a
to connect to your server once it has been created without having to use a
password. If you don't specify a key pair, Nova will create a root password
for you, and return it in plain text in the server create response.