From 6e531997ed72bf08da15dc67ff9c3117420e2c32 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 13 Nov 2024 01:08:24 +0100 Subject: [PATCH] fix: typo in files docs Signed-off-by: Ferdinand Thiessen --- developer_manual/client_apis/files.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/client_apis/files.rst b/developer_manual/client_apis/files.rst index 2100dc2a3..8d5cf320c 100644 --- a/developer_manual/client_apis/files.rst +++ b/developer_manual/client_apis/files.rst @@ -33,7 +33,7 @@ the ``event-bus`` and use the following events: All these events use a Node as argument. You can use a webdav client (for example, by using the davGetClient function from `@nextcloud/files `__) to retrieve a node from a file's name. Examples -------- +-------- .. code-block:: ts