Skip to content

Commit

Permalink
Merge pull request #113 from jupyterhub/ryanlovett-patch-lll
Browse files Browse the repository at this point in the history
Correct spelling.
  • Loading branch information
yuvipanda committed Dec 19, 2017
2 parents 13bd555 + e727486 commit 1725c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubespawner/spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ def _hub_connect_port_default(self):
This will determine what type of volume the pvc will request to use. If one exists
that matches the criteria of the StorageClass, the pvc will mount to that. Otherwise,
b/c it has a storage class, k8s will dynamicallly spawn a pv for the pvc to bind to
b/c it has a storage class, k8s will dynamically spawn a pv for the pvc to bind to
and a machine in the cluster for the pv to bind to.
See http://kubernetes.io/docs/user-guide/persistent-volumes/#storageclasses for
Expand Down

0 comments on commit 1725c88

Please sign in to comment.