We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ce2d7 commit 985172fCopy full SHA for 985172f
content/techniques/configuration.md
@@ -148,7 +148,7 @@ $ npm i js-yaml
148
$ npm i -D @types/js-yaml
149
```
150
151
-Once the package is installed, we use `yaml#load` function to load YAML file we just created above.
+Once the package is installed, we use the `yaml#load` function to load the YAML file we just created above.
152
153
```typescript
154
@@filename(config/configuration)
0 commit comments