This is an automated email from the ASF dual-hosted git repository.

hulk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git


The following commit(s) were added to refs/heads/main by this push:
     new c0630d9  Fix typo in new kvrocks2redis doc (#141)
c0630d9 is described below

commit c0630d9903025443eec4dbdc6d400e9975443633
Author: Binbin <[email protected]>
AuthorDate: Wed Aug 9 16:53:50 2023 +0800

    Fix typo in new kvrocks2redis doc (#141)
---
 docs/kvrocks2redis.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/kvrocks2redis.md b/docs/kvrocks2redis.md
index 04b39e3..3e5d50b 100644
--- a/docs/kvrocks2redis.md
+++ b/docs/kvrocks2redis.md
@@ -14,11 +14,11 @@ Please refer 
[Kvrocks#build](https://github.com/apache/kvrocks#build), this step
 
 For the configurations in `kvrocks2redis.conf`
 
-```
+```text
 # The value should be INFO, WARNING, ERROR, FATAL
 log-level INFO
 
-# Determine whether to run on the deamonize mode or not
+# Determine whether to run on the daemonize mode or not
 # Default: no
 daemonize no
 
@@ -27,7 +27,6 @@ daemonize no
 data-dir ./data
 
 # Where to store the output like the sync sequence and AOF file
-#
 # Default: ./
 output-dir ./
 

Reply via email to