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.
2 parents 8507c95 + 985172f commit a722ffdCopy full SHA for a722ffd
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