From 159ab7313f7bab86b1af7e547478f1e73a5abe5a Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 6 Mar 2018 15:50:13 -0700 Subject: [PATCH] Fix typos in whoami.yaml Signed-off-by: Travis Ralston --- api/client-server/whoami.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/client-server/whoami.yaml b/api/client-server/whoami.yaml index 0ebd0bb7..8f5abdf7 100644 --- a/api/client-server/whoami.yaml +++ b/api/client-server/whoami.yaml @@ -58,11 +58,11 @@ paths: description: The user id that owns the access token. 401: description: - The token is not recongized + The token is not recognised examples: application/json: { "errcode": "M_UNKNOWN_TOKEN", - "error": "Unrecongised access token." + "error": "Unrecognised access token." } schema: "$ref": "definitions/error.yaml"