From 517535f709b0df676ada2ee8a2aefeada602d255 Mon Sep 17 00:00:00 2001 From: Julien Bouquillon Date: Fri, 1 Sep 2023 19:43:19 +0200 Subject: [PATCH] docs: typo (#413) --- docs/advanced/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/configuration.md b/docs/advanced/configuration.md index f102320dce..14f05dd791 100644 --- a/docs/advanced/configuration.md +++ b/docs/advanced/configuration.md @@ -98,6 +98,6 @@ Most of the configuration can be defined in 3 ways: - environment variables (override config file) - command line options (override environment variables) -Here is a non exhaustive [liste of variable](./advanced/configuration-vars.md#configuration-variables) with some informations on usage and behavior. +Here is a non exhaustive [list of variables](./advanced/configuration-vars.md#configuration-variables) with some informations on usage and behavior. For exhaustive description of behavior you can [check the source code](https://github.com/socialgouv/kontinuous/blob/master/packages/common/config/load-config.js).