We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b9c1ad commit 3d2e229Copy full SHA for 3d2e229
Sources/GRPCCore/Documentation.docc/Articles/Generating-stubs.md
@@ -58,7 +58,7 @@ are included in the target's source directory and that you have defined at least
58
### Configuration
59
60
You must provide a configuration file in the directory which encloses all `.proto` files (in the same directory or a parent).
61
-Configuration files, written in JSON, tell the build plugin about the options used for protoc invocations.
+Configuration files, written in JSON, tell the build plugin about the options used for `protoc` invocations.
62
You must name the file grpc-swift-proto-generator-config.json and structure it in the following format:
63
```json
64
{
0 commit comments