Skip to content

Commit

Permalink
Improve grammar in documentation
Browse files Browse the repository at this point in the history
as suggested by @manics.
  • Loading branch information
rgaiacs committed Jan 27, 2025
1 parent 2aa0646 commit 8cd2bcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions binderhub/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ def _pod_quota_deprecated(self, change):

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

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

0 comments on commit 8cd2bcb

Please sign in to comment.