From 355f7dd1c7b9be14c3e243acb5c4634f3a800442 Mon Sep 17 00:00:00 2001 From: Jan Date: Mon, 27 Nov 2023 08:29:00 +0100 Subject: [PATCH] docs: Fix Typo `is -> if` --- documentation/markdown/architecture/features/http-handler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/markdown/architecture/features/http-handler.md b/documentation/markdown/architecture/features/http-handler.md index 7c2c5d5ed..58ada21d5 100644 --- a/documentation/markdown/architecture/features/http-handler.md +++ b/documentation/markdown/architecture/features/http-handler.md @@ -76,7 +76,7 @@ The `urn:solid-server:default:AuthResourceHttpHandler` is identical to the `urn:solid-server:default:LdpHandler` which will be discussed below, but only handles resources relevant for authorization. -In practice this means that is your server is configured +In practice this means that if your server is configured to use [Web Access Control](https://solidproject.org/TR/wac) for authorization, this handler will catch all requests targeting `.acl` resources.