Skip to content

Commit

Permalink
Merge pull request nestjs#1927 from M3sca/patch-1
Browse files Browse the repository at this point in the history
Update configuration.md
  • Loading branch information
kamilmysliwiec authored May 20, 2021
2 parents ab7d4a0 + 2cf6434 commit 22365fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/techniques/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 22365fe

Please sign in to comment.