From ebccbf904b516271a64d7377fc85f3e79d802a33 Mon Sep 17 00:00:00 2001 From: Emil 'Skeen' Madsen Date: Sat, 3 Oct 2020 12:11:16 +0200 Subject: [PATCH] Fixed a typo in gitbook-docs/rest_api.md --- gitbook-docs/rest_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitbook-docs/rest_api.md b/gitbook-docs/rest_api.md index 91088ce65..555d196b0 100644 --- a/gitbook-docs/rest_api.md +++ b/gitbook-docs/rest_api.md @@ -46,7 +46,7 @@ the server supports a `signalk-tcp` stream over TCP at on port 8367. A server may return relative URIs that the client must resolve against the base of the original request. A server MAY return information about itself in the `server` property. The id and version scheme is not defined as part -of the specification and there is no registry for id values. If providfed, the `id` and `version` MUST be the same values +of the specification and there is no registry for id values. If provided, the `id` and `version` MUST be the same values as `swname` and `swvers` within the [DNS-SD advertisement](connection.md) (if implemented), and also the `id` MUST provide the same value as `name` within the [Websocket hello message](streaming_api.md) (if implemented).