Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmestre committed Sep 20, 2023
1 parent 294dd5b commit 6d43a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Microsoft365DSC/Modules/M365DSCDRGUtil.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ function Get-M365DSCDRGComplexTypeToString
$currentProperty += "`r`n"
}

#Indenting last parenthese when the cim instance is an array
#Indenting last parenthesis when the cim instance is an array
if ($IndentLevel -eq 5)
{
$indent = ' ' * ($IndentLevel -2)
Expand Down

0 comments on commit 6d43a44

Please sign in to comment.