From fb1ff5e64423ff27dc3fad41ea5d7198cafcbe90 Mon Sep 17 00:00:00 2001 From: David Brochart Date: Wed, 9 Jun 2021 11:32:15 +0200 Subject: [PATCH] Fix typo --- docs/rest-api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rest-api.yml b/docs/rest-api.yml index d80e25c3..e55ea9f7 100644 --- a/docs/rest-api.yml +++ b/docs/rest-api.yml @@ -923,7 +923,7 @@ definitions: description: The user that owns a token (undefined if owned by a service) service: type: string - description: The service that owns the token (undefined of owned by a user) + description: The service that owns the token (undefined if owned by a user) note: type: string description: A note about the token, typically describing what it was created for.