From abfc92c145bd4620321c61b3e40dc7132d3bd63c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=AF=85?= <1721436982@qq.com> Date: Fri, 1 Mar 2024 15:40:36 +0800 Subject: [PATCH] docs: update docs --- .../current/tutorials/grpc/server/example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/en/docusaurus-plugin-content-docs/current/tutorials/grpc/server/example.md b/i18n/en/docusaurus-plugin-content-docs/current/tutorials/grpc/server/example.md index 246ebb995..f8e7b2e56 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/tutorials/grpc/server/example.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/tutorials/grpc/server/example.md @@ -36,7 +36,7 @@ $ mkdir demo && cd demo $ go mod init demo ``` -### 2. 快速生成一个 proto 文件 +### 2. Quickly generate a proto file ```protobuf $ goctl rpc -o greet.proto