From 57cf1aaa96f9767444f42a32f0f7c7d21b92062e Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 7 May 2019 19:37:25 -0700 Subject: [PATCH 1/2] Add missing period --- specification/modules/send_to_device.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/modules/send_to_device.rst b/specification/modules/send_to_device.rst index 86288546..cca0338a 100644 --- a/specification/modules/send_to_device.rst +++ b/specification/modules/send_to_device.rst @@ -108,7 +108,7 @@ to_device ToDevice Optional. Information on the send-to-device messages ========= ========= ============================================= Parameter Type Description ========= ========= ============================================= -events [Event] List of send-to-device messages +events [Event] List of send-to-device messages. ========= ========= ============================================= ``Event`` From 00b7b70c062e78c8bdbce060a56d099540654f9e Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 7 May 2019 23:09:39 -0600 Subject: [PATCH 2/2] Create 1992.clarification --- changelogs/client_server/newsfragments/1992.clarification | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelogs/client_server/newsfragments/1992.clarification diff --git a/changelogs/client_server/newsfragments/1992.clarification b/changelogs/client_server/newsfragments/1992.clarification new file mode 100644 index 00000000..b0f05203 --- /dev/null +++ b/changelogs/client_server/newsfragments/1992.clarification @@ -0,0 +1 @@ +Fix various spelling mistakes throughout the specification.