From df2584718f800b00260ca09afbc2b765d6abd271 Mon Sep 17 00:00:00 2001 From: Erik Bershel <110455084+erik-bershel@users.noreply.github.com> Date: Thu, 27 Nov 2025 13:26:35 +0100 Subject: [PATCH] Apply suggestions from code review --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0484bb27e..eddd7d5b8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -181,7 +181,7 @@ Then declare functions that are used in the script. > $ProgressPreference = "SilentlyContinue" > ``` -For Linux and mac OS, import helpers that are used in the script: +For Linux and macOS, import helpers that are used in the script: For Linux: @@ -189,7 +189,7 @@ For Linux: Import-Module "$env:HELPER_SCRIPTS/Tests.Helpers.psm1" -DisableNameChecking ``` -For mac OS: +For macOS: ```powershell Import-Module "$env:HOME/image-generation/helpers/Common.Helpers.psm1"