From e3d0bff9cad984de27ce4c90d56a5c5ab52bbd4d Mon Sep 17 00:00:00 2001
From: ben-ba <benjamin.brauner@gmx.de>
Date: Fri, 1 Dec 2023 20:45:48 +0100
Subject: [PATCH] docs: fix typo in docs.md

- OpenChunkedWriter
+ OpenChunkWriter
---
 docs/content/docs.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/docs.md b/docs/content/docs.md
index 30b2a5fbb..fc40963f0 100644
--- a/docs/content/docs.md
+++ b/docs/content/docs.md
@@ -1674,7 +1674,7 @@ use multiple threads to transfer the file (default 256M).
 
 Capable backends are marked in the
 [overview](/overview/#optional-features) as `MultithreadUpload`. (They
-need to implement either the `OpenWriterAt` or `OpenChunkedWriter`
+need to implement either the `OpenWriterAt` or `OpenChunkWriter`
 internal interfaces). These include include, `local`, `s3`,
 `azureblob`, `b2`, `oracleobjectstorage` and `smb` at the time of
 writing.