From 4b82d347149a3ef112ee9e73d3a7e72ba1263521 Mon Sep 17 00:00:00 2001 From: MomoBD-P <21081757+MomoBD-P@users.noreply.github.com> Date: Tue, 15 Jul 2025 11:36:20 +0800 Subject: [PATCH] Fix typo --- C*DAV-explanations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C*DAV-explanations.md b/C*DAV-explanations.md index e787b85..b727de9 100644 --- a/C*DAV-explanations.md +++ b/C*DAV-explanations.md @@ -6,7 +6,7 @@ | Request | Condition | Return Code | |-|-|-| | PUT | new item | 201 Created | -| PUT | updating existing item | 204 No Cotent | +| PUT | updating existing item | 204 No Content | | GET | (download item or folder) | 200 | | REPORT | (query for items) | 207 Multi-Status | | PROPFIND | (find property of items) | 207 Multi-Status |