Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Fix typo s/Pluing/Plugin. #461

Merged
merged 1 commit into from
Feb 23, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tutorials/basic/php.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ message Point {
## Generating client code

The PHP client stub implementation of the proto files can be generated by the
gRPC PHP Protoc Pluing. To compile the plugin:
gRPC PHP Protoc Plugin. To compile the plugin:

```sh
$ make grpc_php_plugin
Expand Down