Skip to content

Commit eb46378

Browse files
authored
Merge pull request #753 from senk/patch-1
Fix small typo
2 parents 96c9096 + e547664 commit eb46378

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guides/auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ The basic procedure is the same as the case of OneLogin which is mentioned above
161161
* `attribute.id`: A primary key of user table for your HackMD
162162
* `attribute.username`: Attribute name of displaying user name on HackMD
163163
* `attribute.email`: Attribute name of email address, which will be also used for Gravatar
164-
* _Note: Default value of all attributes is NameID of SAML response, which is email address if `idfentifierFormat` is default._
164+
* _Note: Default value of all attributes is NameID of SAML response, which is email address if `identifierFormat` is default._
165165
* config.json:
166166
````javascript
167167
{

0 commit comments

Comments
 (0)