From bf9cf0067fc5b621fd3def9bccdf761ba4949658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Vu=C4=8Dica?= Date: Wed, 22 Feb 2017 21:53:53 +0000 Subject: [PATCH] Fix typo s/Pluing/Plugin. --- docs/tutorials/basic/php.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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