summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/wise-jars-trade.md5
-rw-r--r--packages/integrations/partytown/README.md2
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 },
-
+ })]
})
```