Skip to content

Commit 0fd4a2e

Browse files
authored
Merge pull request pre-commit#1201 from ryanrhee/rhee/grammar
grammar
2 parents 6d4487e + addc704 commit 0fd4a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre_commit/languages/docker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def install_environment(
6969
)
7070

7171
# Docker doesn't really have relevant disk environment, but pre-commit
72-
# still needs to cleanup it's state files on failure
72+
# still needs to cleanup its state files on failure
7373
with clean_path_on_failure(directory):
7474
build_docker_image(prefix, pull=True)
7575
os.mkdir(directory)

0 commit comments

Comments
 (0)