From ef7433dbcd952b75eb2c2d4336235d0378440dd1 Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Tue, 23 Dec 2025 15:38:14 +0100 Subject: [PATCH] Docs/Fundamentials: Fix spelling --- doc/api/fundamentals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/fundamentals.rst b/doc/api/fundamentals.rst index 00b2d261c..d72e3f6d6 100644 --- a/doc/api/fundamentals.rst +++ b/doc/api/fundamentals.rst @@ -117,7 +117,7 @@ List-level conditional fetching If modification checks are not possible with this granularity, you can instead check for the full list. In this case, the list of objects may contain a regular HTTP header ``Last-Modified`` with the date of the last modification to any item of that resource. You can then pass this date back in your next request in the -``If-Modified-Since`` header. If the any object has changed in the meantime, you will receive back a full list +``If-Modified-Since`` header. If any object has changed in the meantime, you will receive back a full list (if something it missing, this means the object has been deleted). If nothing happened, we'll send back a ``304 Not Modified`` return code.