Skip to content

Commit 0a17bd8

Browse files
committed
Update brackets to integrations
1 parent 2c9e918 commit 0a17bd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integrations/analytics/overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ The syntax for `docs.json` is below. You only need to include entries for the pl
511511

512512
<CodeGroup>
513513
```json Analytics options in docs.json
514-
integrations: {
514+
"integrations": {
515515
"amplitude": {
516516
"apiKey": "required"
517517
},
@@ -557,7 +557,7 @@ The syntax for `docs.json` is below. You only need to include entries for the pl
557557
```
558558

559559
```json Google Analytics 4 Example
560-
integrations: {
560+
"integrations": {
561561
"ga4": {
562562
"measurementId": "G-XXXXXXX"
563563
}

0 commit comments

Comments
 (0)