Skip to content

Commit

Permalink
Add additional typo to correct
Browse files Browse the repository at this point in the history
  • Loading branch information
millicentachieng committed Aug 28, 2024
1 parent a180cab commit d950c5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions correct-permissions-reference-errors.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ foreach ($typo in $corrections.Keys) {
$content = $content -replace "\b$typo\b", $corrections[$typo]
}

$content = $content -replace "", "'"

# Write the corrected content back to the file
Set-Content -Path $permissionsReferenceFilePath -Value $content

Expand Down

0 comments on commit d950c5e

Please sign in to comment.