Skip to content

Commit

Permalink
docs: Fix A typo in metadata example
Browse files Browse the repository at this point in the history
  • Loading branch information
LucsT authored and Crash-- committed Nov 24, 2023
1 parent 74be314 commit a4a70e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -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',
...
})
Expand Down

0 comments on commit a4a70e5

Please sign in to comment.