From 1787b05a38ef1e791b485dfdb3bba3f12d2ecd55 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Tue, 9 Apr 2024 20:01:01 -0700 Subject: [PATCH] Merge pull request #922 from xiaoxianBoy/fix-typos 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