From fa5a3fcb47a251483c9666b395d72866c847afca Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Mon, 16 Sep 2019 15:33:53 -0400 Subject: [PATCH] typo: call*b*ack --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fc198a..3425385 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ The `secret` provided in `config.json` will be used by [express-session](https:/ - *Application name*: the name of your blog - *Homepage URL*: the URL of your *schnack* instance (e.g. https://schnack.example.com) - *Application description*: the description of your blog - - *Authorization callack URL*: the URL of your *schnack* instance followed by `/auth/github/callback` (e.g. https://schnack.example.com/auth/github/callback) + - *Authorization callback URL*: the URL of your *schnack* instance followed by `/auth/github/callback` (e.g. https://schnack.example.com/auth/github/callback) ### Google