From 28d460fb62c61f963181c890dc933b8289f4a1cc Mon Sep 17 00:00:00 2001 From: Dominic Fischer Date: Sat, 16 May 2020 21:35:26 +0100 Subject: [PATCH 1/2] Fix Typo --- api/client-server/admin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/client-server/admin.yaml b/api/client-server/admin.yaml index 09942a10..8794a65c 100644 --- a/api/client-server/admin.yaml +++ b/api/client-server/admin.yaml @@ -82,7 +82,7 @@ paths: devices: type: object description: |- - Each key is an identitfier for one of the user's devices. + Each key is an identifier for one of the user's devices. additionalProperties: type: object title: DeviceInfo From c3582e5fc6206f25ab06e4590d2fa54835f3d661 Mon Sep 17 00:00:00 2001 From: Dominic Fischer Date: Sat, 16 May 2020 21:41:09 +0100 Subject: [PATCH 2/2] Add changelog --- changelogs/client_server/newsfragments/2553.clarification | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelogs/client_server/newsfragments/2553.clarification diff --git a/changelogs/client_server/newsfragments/2553.clarification b/changelogs/client_server/newsfragments/2553.clarification new file mode 100644 index 00000000..3ccb2333 --- /dev/null +++ b/changelogs/client_server/newsfragments/2553.clarification @@ -0,0 +1 @@ +Fix various typos throughout the specification.