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 5df133f commit 299f6b8Copy full SHA for 299f6b8
Sources/GRPCCore/Documentation.docc/Articles/Generating-stubs.md
@@ -57,7 +57,7 @@ are included in the target's source directory and that you have defined at least
57
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).
+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.
62
You must name the file grpc-swift-proto-generator-config.json and structure it in the following format:
63
```json
0 commit comments