diff --git a/docs/tutorials/basic/php.md b/docs/tutorials/basic/php.md index 8e76ea2a..cae4c992 100644 --- a/docs/tutorials/basic/php.md +++ b/docs/tutorials/basic/php.md @@ -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