Skip to content

Commit 4961c09

Browse files
committed
Fix typos in an explanatory comment
Thanks for putting me on blast Copilot >>
1 parent 358a74b commit 4961c09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-hooks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
# This is necessary because Packer's plugin cache is not safe for concurrent access
1717
# per https://github.com/hashicorp/terraform/issues/32915#issuecomment-1485061999. If
1818
# this is not set to true then pre-commit itself will perform some level of
19-
# parallelizationm across the files to run this hook against. Since we only care about
19+
# parallelization across the files to run this hook against. Since we only care about
2020
# unique directory paths it should not impact performance and it will help prevent
2121
# issues arising from concurrent attempts to perform `packer init` on a particular
22-
# directory gath.
22+
# directory path.
2323
require_serial: true

0 commit comments

Comments
 (0)