Skip to content

Commit 2cf6434

Browse files
authored
Update configuration.md
Fix typo in YAML_CONFIG_FILENAME
1 parent ab7d4a0 commit 2cf6434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ import { readFileSync } from 'fs';
148148
import * as yaml from 'js-yaml';
149149
import { join } from 'path';
150150
151-
const YAML_CONFIG_FILENAME = 'config.yml';
151+
const YAML_CONFIG_FILENAME = 'config.yaml';
152152
153153
export default () => {
154154
return yaml.load(

0 commit comments

Comments
 (0)