From c43051c6dd18c3b83259be4891af04f7b0e1c8e0 Mon Sep 17 00:00:00 2001 From: Andrew Losowsky Date: Tue, 9 Jan 2018 16:20:32 -0500 Subject: [PATCH] Small grammar fixes --- docs/_docs/02-02-advanced-configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_docs/02-02-advanced-configuration.md b/docs/_docs/02-02-advanced-configuration.md index f72b6e04b..d39fab4b8 100644 --- a/docs/_docs/02-02-advanced-configuration.md +++ b/docs/_docs/02-02-advanced-configuration.md @@ -5,7 +5,7 @@ class: configuration --- Talk requires configuration in order to customize the installation. The default -behavior is to load it's configuration from the environment, following the +behavior is to load its configuration from the environment, following the [12 Factor App Manifesto](https://12factor.net/){:target="_blank"}. In development, you can specify configuration in a file named `.env` and it will be loaded into the environment when you run `yarn dev-start`. @@ -84,7 +84,7 @@ set to `TRUE` after you've deployed Talk. (Default `FALSE`) ## TALK_JWT_ALG -The algorithm used to sign/verify JWT’s used for session management. Read up +The algorithm used to sign/verify JWTs used for session management. Read up about alternative algorithms on the [jsonwebtoken](https://www.npmjs.com/package/jsonwebtoken#algorithms-supported){:target="_blank"} package. (Default `HS256`)