Skip to content

Commit a754579

Browse files
authored
Update Generating-stubs.md
1 parent b80a1cf commit a754579

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 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",
63+
"accessLevel": "internal"
6464
},
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)