Corrected a simple typo in OSSN-0021

There was a simple typo in the recently merged version of OSSN-0021.
I caught and corrected it before publishing, but it should also be
corrected in tree.

Change-Id: Ib36b549cbc61ceecbaa2740181fcc35ef13c164c
This commit is contained in:
Nathan Kinder 2014-07-25 13:58:57 -07:00
parent 9aaa0e77ad
commit bf53cbc80a

View File

@ -53,7 +53,7 @@ Keystone API directly:
If some trust (with id TRUST_ID) is identified as invalid, it can be If some trust (with id TRUST_ID) is identified as invalid, it can be
deleted using: deleted using:
---- being CLI example ---- ---- begin CLI example ----
curl -i -X DELETE "ENDPOINT/trusts/TRUST_ID" \ curl -i -X DELETE "ENDPOINT/trusts/TRUST_ID" \
-H "X-Auth-Token: TOKEN" -H "Content-Type: application/json" \ -H "X-Auth-Token: TOKEN" -H "Content-Type: application/json" \
-H "Accept: application/json" -H "Accept: application/json"