]> BookStack Code Mirror - website/commitdiff
Minor change to the Discord section 37/head
authorh4ck ninja <redacted>
Thu, 31 Jan 2019 18:19:49 +0000 (10:19 -0800)
committerGitHub <redacted>
Thu, 31 Jan 2019 18:19:49 +0000 (10:19 -0800)
Changed "Twitch" to "Discord". Minor, but it did look odd.

content/docs/admin/third-party-auth.md

index e55825b7c49b65f8737e6cac6bbefea2e040f179..281ecaaa507cecb0f6c7dd52a562dcb85fa94530 100644 (file)
@@ -258,7 +258,7 @@ To allow Discord sign-in you'll first need to create an application on the Disco
 5. Back in the 'General Information' section find the 'Client ID' and 'Client Secret' values which you'll use in the next step.
 6. Copy the below details and add them as new variables in your `.env` file like so:
     ```bash
-    # Replace the below (including '{}' braces) with your Twitch Application Id and Secret values.
+    # Replace the below (including '{}' braces) with your Discord Application Id and Secret values.
     DISCORD_APP_ID={APP_ID}
     DISCORD_APP_SECRET={APP_SECRET}