From 79db32ff99abab5f766d42c1a1375c3f2b842373 Mon Sep 17 00:00:00 2001 From: Dave Taht Date: Wed, 8 Feb 2023 19:52:28 +0000 Subject: [PATCH] Proper spelling and quoting --- src/TESTING-1.4.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/TESTING-1.4.md b/src/TESTING-1.4.md index 2a4d27b8..9878041e 100644 --- a/src/TESTING-1.4.md +++ b/src/TESTING-1.4.md @@ -182,5 +182,7 @@ systemctl disable cloud-config iscsid cloud-final ## Performance tips -#Set propper governor for CPU (baremetal/hypervisior host) -```cpupower frequency-set --governor performance``` +#Set proper governor for CPU (baremetal/hypervisior host) +``` +cpupower frequency-set --governor performance +```