From 30e12c8388524f6ac2384ed774352b6e19131ca3 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Wed, 28 Aug 2024 11:25:02 +0200 Subject: [PATCH] Update docs/backend-system/core-services/url-reader.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johan Haals Co-authored-by: Fredrik Adelöw Signed-off-by: Johan Haals --- docs/backend-system/core-services/url-reader.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backend-system/core-services/url-reader.md b/docs/backend-system/core-services/url-reader.md index 62d452fc98..ca25dcda85 100644 --- a/docs/backend-system/core-services/url-reader.md +++ b/docs/backend-system/core-services/url-reader.md @@ -133,7 +133,7 @@ the tree and return the files matching the pattern in the `url`. ### Caching All of the methods above support an ETag based caching. If the method is called -without an `etag`, the response contains an ETag of the resource (should ideally +without an ETag, the response contains the ETag of the resource (should ideally forward the ETag returned by the provider). If the method is called with an `etag`, it first compares the ETag and returns a `NotModifiedError` in case the resource has not been modified. This approach is very similar to the actual