Skip to content

Commit 8cd2bcb

Browse files
committed
Improve grammar in documentation
as suggested by @manics.
1 parent 2aa0646 commit 8cd2bcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

binderhub/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ def _pod_quota_deprecated(self, change):
445445

446446
image_prefix_push = Unicode(
447447
help="""
448-
Prefix for built docker images push to container registry.
448+
Prefix for built docker images being pushed to the to container registry.
449449
450450
If you are pushing to gcr.io, this would start with:
451451
gcr.io/<your-project-name>/
@@ -463,7 +463,7 @@ def _image_prefix_push_default(self):
463463

464464
image_prefix_pull = Unicode(
465465
help="""
466-
Prefix for built docker images pull from container registry.
466+
Prefix for built docker images being pulled from container registry.
467467
468468
If you are pushing to gcr.io, this would start with:
469469
gcr.io/<your-project-name>/

0 commit comments

Comments
 (0)