From 2fd186e6d0ac6ff3c136e800e0e5ad45d63af486 Mon Sep 17 00:00:00 2001 From: Ben Peachey Date: Fri, 2 Oct 2020 14:20:51 +0200 Subject: [PATCH] Fix typo in "Solid HTTPS REST API Spec". --- api-rest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-rest.md b/api-rest.md index e32502e..e013095 100644 --- a/api-rest.md +++ b/api-rest.md @@ -392,4 +392,4 @@ Servers SHOULD send a WAC-Allow response header on HEAD and GET, with a value li ```http WAC-Allow: user="read write append control",public="read" ``` -In general, the format is `user="` + user-permissions = `",public="` + public-permissions + `"`. User-permissions and public-permissions should both be space-separated lists, containing a subset of ['read', 'write', 'append', 'control']. If 'write' is present then 'append' should also be present. +In general, the format is `user="` + user-permissions + `",public="` + public-permissions + `"`. User-permissions and public-permissions should both be space-separated lists, containing a subset of ['read', 'write', 'append', 'control']. If 'write' is present then 'append' should also be present.