From 2cf64349ed4d3468219d94baf31165bacbc7491f Mon Sep 17 00:00:00 2001 From: M3sca <70365675+M3sca@users.noreply.github.com> Date: Wed, 19 May 2021 22:32:17 +0200 Subject: [PATCH] Update configuration.md Fix typo in YAML_CONFIG_FILENAME --- content/techniques/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/techniques/configuration.md b/content/techniques/configuration.md index b81614d1..8cde4b82 100644 --- a/content/techniques/configuration.md +++ b/content/techniques/configuration.md @@ -148,7 +148,7 @@ import { readFileSync } from 'fs'; import * as yaml from 'js-yaml'; import { join } from 'path'; -const YAML_CONFIG_FILENAME = 'config.yml'; +const YAML_CONFIG_FILENAME = 'config.yaml'; export default () => { return yaml.load(