Skip to content

Commit 3b6945c

Browse files
authored
Apply suggestions from code review
1 parent e1b669d commit 3b6945c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/GRPCCore/Documentation.docc/Tutorials/Hello-World/Hello-World.tutorial

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
The remainder of this tutorial assumes you installed `protoc` and it's available in
3535
your `$PATH`.
3636

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)`,
3838
this is to let the build system know where `protoc` is located so that it can generate stubs
3939
for you. You can read more about it in the [gRPC Swift Protobuf
4040
documentation](https://swiftpackageindex.com/grpc/grpc-swift-protobuf/documentation/grpcprotobuf/generating-stubs).

Sources/GRPCCore/Documentation.docc/Tutorials/Route-Guide/Route-Guide.tutorial

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
The remainder of this tutorial assumes you installed `protoc` and it's available in
2727
your `$PATH`.
2828

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)`,
3030
this is to let the build system know where `protoc` is located so that it can generate stubs
3131
for you. You can read more about it in the [gRPC Swift Protobuf
3232
documentation](https://swiftpackageindex.com/grpc/grpc-swift-protobuf/documentation/grpcprotobuf/generating-stubs).

0 commit comments

Comments
 (0)