Skip to content

Commit 03b3f1f

Browse files
authored
Fix typo in protoc-gen-grpc-swift docs. (#1578)
1 parent 45e2a4c commit 03b3f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/protoc-gen-grpc-swift/Docs.docc/spm-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ configuration file which will be used to customize the invocation of `protoc`.
1919
First, you must ensure that you have the `protoc` compiler installed.
2020
There are multiple ways to do this. Some of the easiest are:
2121

22-
1. If you are on macOS, installing it via `brew install protoc`
22+
1. If you are on macOS, installing it via `brew install protobuf`
2323
2. Download the binary from [Google's github repository](https://github.com/protocolbuffers/protobuf).
2424

2525
### Adding the proto files to your target

0 commit comments

Comments
 (0)