From 579af2da4fcc7c8477c89db10300dda2b1704b8f Mon Sep 17 00:00:00 2001 From: snoppy Date: Sat, 30 Mar 2024 10:00:33 +0800 Subject: [PATCH] chore: fix typos --- rpc/documentation/serverchanges.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc/documentation/serverchanges.md b/rpc/documentation/serverchanges.md index 202ef55c05..109d27334c 100644 --- a/rpc/documentation/serverchanges.md +++ b/rpc/documentation/serverchanges.md @@ -84,7 +84,7 @@ however, only be run when API changes are performed (not with `go generate ## Step 3: Implement the API change in the RPC server -After the Go code for the API has been regenated, the necessary changes can be +After the Go code for the API has been regenerated, the necessary changes can be implemented in the [`rpcserver`](../rpcserver/) package. ## Additional Resources