Skip to content

Commit b0b5325

Browse files
committed
missing quotes
1 parent 0eb5dcf commit b0b5325

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/connections/spec/common.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ Here's an example of these common fields in raw JSON:
9191
"version": "24"
9292
}
9393
],
94-
mobile: false,
95-
platform: 'macOS'
94+
"mobile": false,
95+
"platform": "macOS"
9696
}
9797
},
9898
"integrations": {

0 commit comments

Comments
 (0)