From 036a9b24760a99c2a6561f39e7f9daa7f6914236 Mon Sep 17 00:00:00 2001 From: RiceChuan Date: Tue, 10 Dec 2024 17:32:56 +0800 Subject: [PATCH] docs: The suggestion to change "Aditionaly" to "Additionally." Signed-off-by: RiceChuan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58c525c74c..74750c611e 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Then check the logs: docker logs ``` -Aditionaly, it can be worth checking the DBs: +Additionally, it can be worth checking the DBs: - StateDB: `psql -h localhost -p 5432 -U state_user state_db`, password: `state_password` - PoolDB: `psql -h localhost -p 5433 -U pool_user pool_db`, password: `pool_password`