chore(configuration): typo

This commit is contained in:
Julien Fontanet
2017-06-02 09:59:53 +02:00
parent 5ae1488864
commit a18d88a3f1

View File

@@ -17,7 +17,7 @@ export const configurationSchema = {
},
scope: {
default: 'https://www.googleapis.com/auth/plus.login',
description: 'Note that chaging this value will break existing users.',
description: 'Note that changing this value will break existing users.',
enum: [ 'https://www.googleapis.com/auth/plus.login', 'email' ],
enumNames: [ 'Google+ name', 'Simple email address' ]
}