From 4b9943072cd8cfdfa3bb88ed644af859d1fb3171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20N=C3=A6sbye=20Christensen?= Date: Fri, 20 Mar 2020 14:26:23 +0100 Subject: [PATCH] Typo fixes --- CHANGELOG.md | 3 +-- assets/js/app/settings/index.html | 2 +- docs/SEED_DEFAULT_DATA.md | 6 +++--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33063a998..a4ce6bb94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -99,8 +99,7 @@ than mongoDB, you will have to apply the migrations as described in README.md** ## [0.10.3](https://github.com/pantsel/konga/releases/tag/0.10.3) - 07-03-2018 -* Added passive healtchecks configuration in upstreams - +* Added passive health checks configuration in upstreams ## [0.10.2](https://github.com/pantsel/konga/releases/tag/0.10.2) - 03-03-2018 diff --git a/assets/js/app/settings/index.html b/assets/js/app/settings/index.html index afbd9136c..bcf9d9386 100644 --- a/assets/js/app/settings/index.html +++ b/assets/js/app/settings/index.html @@ -108,7 +108,7 @@

Notifications


Transports

- Configure email transports and select the one to use. You can disable email notifations by disabling all transports. + Configure email transports and select the one to use. You can disable email notifications by disabling all transports.

diff --git a/docs/SEED_DEFAULT_DATA.md b/docs/SEED_DEFAULT_DATA.md index 7bcf82f76..8ce277b58 100644 --- a/docs/SEED_DEFAULT_DATA.md +++ b/docs/SEED_DEFAULT_DATA.md @@ -28,12 +28,12 @@ module.exports = [ ] ```` -To make Konga use this file, you should set the enviroment variable KONGA_SEED_USER_DATA_SOURCE_FILE to point to the files location: +To make Konga use this file, you should set the environment variable KONGA_SEED_USER_DATA_SOURCE_FILE to point to the files location: ```` export KONGA_SEED_USER_DATA_SOURCE_FILE=~/userdb.data ```` -This is especially useful when running Konga in a container as part of a Docker swarm. The file can be setup as a Docker secret and supplied to the container. This can be done with an entry in a compose file simular to: +This is especially useful when running Konga in a container as part of a Docker swarm. The file can be setup as a Docker secret and supplied to the container. This can be done with an entry in a compose file similar to: ```` version: "3.1" @@ -76,7 +76,7 @@ module.exports = [ ] ``` -To make Konga use this file, you should set the enviroment variable KONGA_SEED_KONG_NODE_DATA_SOURCE_FILE to point to the files location: +To make Konga use this file, you should set the environment variable KONGA_SEED_KONG_NODE_DATA_SOURCE_FILE to point to the files location: ```` export KONGA_SEED_KONG_NODE_DATA_SOURCE_FILE=~/kong_node.data ````