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 <vaibhavsri1712@gmail.com>
This commit is contained in:
Vaibhav Srivastava
2026-08-31 08:03:13 -03:00
committed by GitHub
parent 8f60b04da4
commit fa504217c6
+1 -1
View File
@@ -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