From a4a70e5b96b8ccf890849dc0b4ae5583c35c36aa Mon Sep 17 00:00:00 2001 From: LucsT Date: Fri, 24 Nov 2023 10:00:04 +0100 Subject: [PATCH] docs: Fix A typo in metadata example --- docs/metadata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/metadata.md b/docs/metadata.md index cffc789306..992a3a9529 100644 --- a/docs/metadata.md +++ b/docs/metadata.md @@ -91,7 +91,7 @@ To save those attributes, you can pass them directly to the save method, like th const client = new client() client.save({ _type: 'io.cozy.files', - sourceAcount: '12ab3c', + sourceAccount: '12ab3c', sourceAccountIdentifier: 'john@example.org', ... })