*: fix spelling using github.com/client9/misspell

This commit is contained in:
Eric Chiang
2017-03-20 09:16:56 -07:00
parent 4bf74d8ac3
commit 33f0199077
7 changed files with 10 additions and 10 deletions

View File

@@ -40,7 +40,7 @@ web:
# Instead of reading from an external storage, use this list of clients.
#
# If this option isn't choosen clients may be added through the gRPC API.
# If this option isn't chosen clients may be added through the gRPC API.
staticClients:
- id: example-app
redirectURIs:
@@ -68,7 +68,7 @@ enablePasswordDB: true
# A static list of passwords to login the end user. By identifying here, dex
# won't look in its underlying storage for passwords.
#
# If this option isn't choosen users may be added through the gRPC API.
# If this option isn't chosen users may be added through the gRPC API.
staticPasswords:
- email: "admin@example.com"
# bcrypt hash of the string "password"