Skip to content

Commit 5a53247

Browse files
authored
Correct Generating-stubs.md example JSON (#76)
I believe the example JSON is missing a comma so I inserted it; then fixed up other JSON issues.
1 parent 8125093 commit 5a53247

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Sources/GRPCProtobuf/Documentation.docc/Articles/Generating-stubs.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,18 @@ You must name the file `grpc-swift-proto-generator-config.json` and structure it
5656
"generate": {
5757
"clients": true,
5858
"servers": true,
59-
"messages": true,
59+
"messages": true
6060
},
6161
"generatedSource": {
6262
"accessLevelOnImports": false,
63-
"accessLevel": "internal",
64-
}
63+
"accessLevel": "internal"
64+
},
6565
"protoc": {
66-
"executablePath": "/opt/homebrew/bin/protoc"
66+
"executablePath": "/opt/homebrew/bin/protoc",
6767
"importPaths": [
68-
"../directory_1",
69-
],
70-
},
68+
"../directory_1"
69+
]
70+
}
7171
}
7272
```
7373

0 commit comments

Comments
 (0)