Skip to content

Commit

Permalink
fix: Remove existing trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
LucsT committed Feb 8, 2023
1 parent eddc8bb commit 1e8112e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/metadata.md
Expand Up @@ -43,15 +43,15 @@ When you provide this information, cozy-client will automatically update metadat

### For new documents

Cozy-Client will set:
Cozy-Client will set:

* `metadataVersion` <string>: to the last version known to Cozy-Client. It's the version of the schema for the metadata block itself.
* `doctypeVersion` <string>: if it's provided in the `schema` at Cozy-Client initialization
* `slug` <string>: Slug of the app
* `sourceAccount`:
* `sourceAccount`:
* creation date, app and version
* updated date, app and version

```
const client = new CozyClient({
appMetadata: {
Expand Down

0 comments on commit 1e8112e

Please sign in to comment.