docs: fix typos in dev documents

these typos were identified by codespell.

Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>

Closes scylladb/scylladb#18871
This commit is contained in:
Kefu Chai
2024-05-25 09:38:51 +08:00
committed by Botond Dénes
parent c137f84535
commit 61b5bfae6d
3 changed files with 3 additions and 3 deletions

View File

@@ -298,7 +298,7 @@ Jenkins in event of test failure.
## Stability
Testing is hard. Testing ScyllaDB is even harder, but we strive to ensure our testing
suite is as solid as possible. The first step is contribuing a stable (read: non-flaky) test.
suite is as solid as possible. The first step is contributing a stable (read: non-flaky) test.
To do so, when developing tests, please run them (1) in debug mode and (2) 100 times in a row (using `--repeat 100`),
and see that they pass successfully.