From 20d53fe3a08effed310b25bfca8c04a9282316ac Mon Sep 17 00:00:00 2001 From: sspencerwire Date: Thu, 7 Aug 2025 10:23:22 -0500 Subject: [PATCH] edit `05-vi.md` * fix case of command letters to lower-case --- docs/books/admin_guide/05-vi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/books/admin_guide/05-vi.md b/docs/books/admin_guide/05-vi.md index aeed3e36ae..aec9b35ba5 100644 --- a/docs/books/admin_guide/05-vi.md +++ b/docs/books/admin_guide/05-vi.md @@ -296,7 +296,7 @@ These operations are done in *command* mode. * Replace one word: -++c+w+"word"+escape++ +++"c"+"w"+"word"+escape++ !!! Tip