diff options
author | 2023-05-05 09:52:41 +0200 | |
---|---|---|
committer | 2023-05-05 09:52:41 +0200 | |
commit | ad5c75447af9cfbdcb1f288c5c17229fbd3d6dd2 (patch) | |
tree | 99a60adaf9af8655d3195d9d48ba7d33038afae9 | |
parent | 60688a7d167667ada7fe2a7e7d7da8e363b902c1 (diff) | |
download | astro-ad5c75447af9cfbdcb1f288c5c17229fbd3d6dd2.tar.gz astro-ad5c75447af9cfbdcb1f288c5c17229fbd3d6dd2.tar.zst astro-ad5c75447af9cfbdcb1f288c5c17229fbd3d6dd2.zip |
Fix `partytown` README (#7001)
* fix README
* add changeset
-rw-r--r-- | .changeset/wise-jars-trade.md | 5 | ||||
-rw-r--r-- | packages/integrations/partytown/README.md | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/.changeset/wise-jars-trade.md b/.changeset/wise-jars-trade.md new file mode 100644 index 000000000..05c873b53 --- /dev/null +++ b/.changeset/wise-jars-trade.md @@ -0,0 +1,5 @@ +--- +'@astrojs/partytown': patch +--- + +Fixed a code example that was wrongly closed diff --git a/packages/integrations/partytown/README.md b/packages/integrations/partytown/README.md index 43b611922..4ad0621d6 100644 --- a/packages/integrations/partytown/README.md +++ b/packages/integrations/partytown/README.md @@ -100,7 +100,7 @@ export default defineConfig({ integrations: [partytown({ // Example: Disable debug mode. config: { debug: false }, - + })] }) ``` |