Skip to content

Commit 7c0d31d

Browse files
committed
formatting
1 parent 5a33c78 commit 7c0d31d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you've used Protocol Buffers before then generating gRPC Swift stubs should b
88
unfamiliar with Protocol Buffers then you should get comfortable with the concepts before
99
continuing; the [Protocol Buffers website](https://protobuf.dev/) is a great place to start.
1010

11-
You can use the protoc plugin from the command line directly, or you can make use of a
11+
You can use the `protoc` plugin from the command line directly, or you can make use of a
1212
[Swift Package Manager build plugin](https://github.com/swiftlang/swift-package-manager/blob/main/Documentation/Plugins.md)
1313
convenience which adds the stub generation to the Swift build graph.
1414
You may use the build plugin either from the command line or from Xcode.
@@ -50,7 +50,7 @@ are included in the target's source directory and that you have defined at least
5050

5151
You must provide a configuration file in the directory which encloses all `.proto` files (in the same directory or a parent).
5252
Configuration files, written in JSON, tell the build plugin about the options used for `protoc` invocations.
53-
You must name the file grpc-swift-proto-generator-config.json and structure it in the following format:
53+
You must name the file `grpc-swift-proto-generator-config.json` and structure it in the following format:
5454
```json
5555
{
5656
"generate": {

0 commit comments

Comments
 (0)