From fa504217c61bbcaf5c512d75830564541f917f8f Mon Sep 17 00:00:00 2001 From: Vaibhav Srivastava Date: Mon, 31 Aug 2026 16:33:13 +0530 Subject: [PATCH] docs: fix typo proccess -> process (#12940) Corrects the misspelling `proccess` -> `process` in `docs/rfcs/032-shard-splitting.md`. Documentation only, no behaviour change. Signed-off-by: Vaibhav Srivastava --- docs/rfcs/032-shard-splitting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rfcs/032-shard-splitting.md b/docs/rfcs/032-shard-splitting.md index d5fbda8415..3276143619 100644 --- a/docs/rfcs/032-shard-splitting.md +++ b/docs/rfcs/032-shard-splitting.md @@ -100,7 +100,7 @@ are described in a later section. There are broadly two parts to the implementation: 1. The pageserver split API, which splits one shard on one pageserver -2. The overall tenant split proccess which is coordinated by the storage controller, +2. The overall tenant split process which is coordinated by the storage controller, and calls into the pageserver split API as needed. ### Pageserver Split API