File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Sources/GRPCCore/Documentation.docc/Tutorials Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 34
34
The remainder of this tutorial assumes you installed `protoc` and it's available in
35
35
your `$PATH`.
36
36
37
- You may notices that the `swift` commands are all prefixed with `PROTOC_PATH=$(which protoc)`,
37
+ You may notice that the `swift` commands are all prefixed with `PROTOC_PATH=$(which protoc)`,
38
38
this is to let the build system know where `protoc` is located so that it can generate stubs
39
39
for you. You can read more about it in the [gRPC Swift Protobuf
40
40
documentation](https://swiftpackageindex.com/grpc/grpc-swift-protobuf/documentation/grpcprotobuf/generating-stubs).
Original file line number Diff line number Diff line change 26
26
The remainder of this tutorial assumes you installed `protoc` and it's available in
27
27
your `$PATH`.
28
28
29
- You may notices that the `swift` commands are all prefixed with `PROTOC_PATH=$(which protoc)`,
29
+ You may notice that the `swift` commands are all prefixed with `PROTOC_PATH=$(which protoc)`,
30
30
this is to let the build system know where `protoc` is located so that it can generate stubs
31
31
for you. You can read more about it in the [gRPC Swift Protobuf
32
32
documentation](https://swiftpackageindex.com/grpc/grpc-swift-protobuf/documentation/grpcprotobuf/generating-stubs).
You can’t perform that action at this time.
0 commit comments