Skip to content

Commit

Permalink
Merge pull request #829 from rnestler/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
choldgraf authored Aug 9, 2018
2 parents bc45a33 + e60a383 commit d870563
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jupyterhub/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ properties:
3. **mysql**
Use an externaly hosted mysql database.
Use an externally hosted mysql database.
You have to specify an sqlalchemy connection string for the mysql database you
want to connect to in `hub.db.url` if using this option.
Expand All @@ -116,7 +116,7 @@ properties:
4. **postgres**
Use an externaly hosted postgres database.
Use an externally hosted postgres database.
You have to specify an sqlalchemy connection string for the postgres database you
want to connect to in `hub.db.url` if using this option.
Expand Down Expand Up @@ -319,7 +319,7 @@ properties:
imagePullSecret:
type: object
description: |
Create a custom image pull secert used for spawned users.
Create a custom image pull secret used for spawned users.
This secret is created in the same namespace as your jupyterhub deployment and will be used to pull your single user image.
properties:
Expand Down

0 comments on commit d870563

Please sign in to comment.