From 2091d7adaadaad3d56dd54a9d1ed770ad0ab8788 Mon Sep 17 00:00:00 2001 From: Dhinak G <17605561+dhinakg@users.noreply.github.com> Date: Thu, 20 Oct 2022 17:05:28 -0400 Subject: [PATCH] Fix typo --- cosmetic/gui.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cosmetic/gui.md b/cosmetic/gui.md index bd51c9ca..fe1a0119 100644 --- a/cosmetic/gui.md +++ b/cosmetic/gui.md @@ -57,17 +57,17 @@ So to start, we'll need a couple of things: * See [OpenCore Debugging](https://dortania.github.io/OpenCore-Install-Guide/troubleshooting/debug.html) for more info * Note: after you're done setting up, you can revert to the RELEASE builds -**Settings up NVRAM**: +**Setting up NVRAM**: * NVRAM -> Add -> 7C436110-AB2A-4BBB-A880-FE41995C9F82: * `SystemAudioVolume | Data | 0x46` - * This is the boot-chime and screen reader volume, note it's in hexadecimal so would become `70` in decimal; `0x80` means muted + * This is the boot-chime and screen reader volume, note it's in hexadecimal so would become `70` in decimal; `0x80` is mute -::: details Optional +::: details Optional NVRAM entries * NVRAM -> Add -> 7C436110-AB2A-4BBB-A880-FE41995C9F82: * `StartupMute | Data | 0x00` - * Mute startup chime sound in firmware audio support; 00 is unmuted, missing variable or any other value means muted + * Mute startup chime sound in firmware audio support; `0x00` is unmuted, missing variable or any other value means muted ::: **Setting up UEFI -> Audio:**