Merge pull request #753 from senk/patch-1

Fix small typo
This commit is contained in:
Christoph (Sheogorath) Kern 2018-03-05 10:25:31 +01:00 committed by GitHub
commit eb46378fc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -161,7 +161,7 @@ The basic procedure is the same as the case of OneLogin which is mentioned above
* `attribute.id`: A primary key of user table for your HackMD
* `attribute.username`: Attribute name of displaying user name on HackMD
* `attribute.email`: Attribute name of email address, which will be also used for Gravatar
* _Note: Default value of all attributes is NameID of SAML response, which is email address if `idfentifierFormat` is default._
* _Note: Default value of all attributes is NameID of SAML response, which is email address if `identifierFormat` is default._
* config.json:
````javascript
{