diff options
author | 2023-08-25 17:08:19 +0000 | |
---|---|---|
committer | 2023-08-25 17:08:19 +0000 | |
commit | cd69aa73470e90d67e5dcd79187cd08c50f85ff3 (patch) | |
tree | f221ec4034f0f8b9fd0ee6864072e9e8f03b5e02 /packages/integrations/markdoc/README.md | |
parent | 6cfaf75af96c2b9f4be479fce535222ed16f8f08 (diff) | |
download | astro-cd69aa73470e90d67e5dcd79187cd08c50f85ff3.tar.gz astro-cd69aa73470e90d67e5dcd79187cd08c50f85ff3.tar.zst astro-cd69aa73470e90d67e5dcd79187cd08c50f85ff3.zip |
[ci] format
Diffstat (limited to '')
-rw-r--r-- | packages/integrations/markdoc/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/markdoc/README.md b/packages/integrations/markdoc/README.md index 576ad6e71..9722f371f 100644 --- a/packages/integrations/markdoc/README.md +++ b/packages/integrations/markdoc/README.md @@ -360,7 +360,7 @@ To set up the extension, create a `markdoc.config.json` file into the project ro "type": "esm", "property": "default", "watch": true - }, + } } ] ``` |