From 1bfa8c13e930947e042a3568c9a30c84d0bd14e5 Mon Sep 17 00:00:00 2001 From: qkrwjdan Date: Mon, 10 Jun 2024 13:51:17 +0900 Subject: [PATCH] fix typo of fsync document --- source/reference/command/fsync.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/command/fsync.txt b/source/reference/command/fsync.txt index 15c31092fc6..dcd5a923d45 100644 --- a/source/reference/command/fsync.txt +++ b/source/reference/command/fsync.txt @@ -239,7 +239,7 @@ To unlock a server of cluster, use the :dbcommand:`fsyncUnlock` command: .. code-block:: javascript - db.adminCommnad( { fsyncUnlock: 1 } ) + db.adminCommand( { fsyncUnlock: 1 } ) Repeat this command as many times as needed to reduce the lock count to zero. Once the lock count reaches zero, the server or cluster can resume writes.