From e54766472715893463946c874a3ec94a03913941 Mon Sep 17 00:00:00 2001 From: Robin Naundorf Date: Mon, 5 Mar 2018 09:02:18 +0100 Subject: [PATCH] Fix small typo Signed-off-by: Robin Naundorf --- docs/guides/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/auth.md b/docs/guides/auth.md index 4f9ce44..aa62948 100644 --- a/docs/guides/auth.md +++ b/docs/guides/auth.md @@ -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 {