From 8215b2bd45931353dc75e1e20b584d403dbcdacb Mon Sep 17 00:00:00 2001 From: Chris Denman Date: Mon, 18 Aug 2025 21:50:53 +0100 Subject: [PATCH] Fixing ungrammatical usage of 'comprised of'. --- JSON.mkd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSON.mkd b/JSON.mkd index 27b338c..1e0dbf1 100644 --- a/JSON.mkd +++ b/JSON.mkd @@ -437,7 +437,7 @@ The ModemConfigurationCommand message provides three sub-messages for particular Currently, only the ServerConnectSettings sub-message is supported in the vi-firmware's command interpreter. All other settings are currently compile-time only. -The ServerConnectSettings part of ModemConfigurationCommand allows the user to set the host server name and port that the device will use when opening a TCP socket to upload data. This destination must be running an HTTP server similar to [OpenXCWebServer](https://github.com/openxc/openxc-azure-webserver), which defines a set of supported HTTP transactions where the body is comprised of data in the familiar OpenXC Message Format. +The ServerConnectSettings part of ModemConfigurationCommand allows the user to set the host server name and port that the device will use when opening a TCP socket to upload data. This destination must be running an HTTP server similar to [OpenXCWebServer](https://github.com/openxc/openxc-azure-webserver), which defines a set of supported HTTP transactions where the body is composed of data in the familiar OpenXC Message Format. **Request**