From a46201f06bf13b973e1832b1dc26b46bc68474da Mon Sep 17 00:00:00 2001 From: mik-tf Date: Thu, 15 Feb 2024 15:12:35 +0000 Subject: [PATCH] Update docs/hero_mdbook_fullvm.md adjusted typo --- docs/hero_mdbook_fullvm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hero_mdbook_fullvm.md b/docs/hero_mdbook_fullvm.md index 04b8a04..5123de2 100644 --- a/docs/hero_mdbook_fullvm.md +++ b/docs/hero_mdbook_fullvm.md @@ -41,7 +41,7 @@ Steps will be shown to install those prerequisites. ``` ssh -4 -L 3333:127.0.0.1:3333 root@10.20.4.2 ``` -- Preprare the VM: +- Prepare the VM: ``` apt update && apt upgrade -y ```