Skip to content

Commit a722ffd

Browse files
Merge pull request #3261 from Uaitt/docs/make-sentence-more-natural
docs(configuration): rephrase sentence for clearer English
2 parents 8507c95 + 985172f commit a722ffd

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 @@ $ npm i js-yaml
148148
$ npm i -D @types/js-yaml
149149
```
150150

151-
Once the package is installed, we use `yaml#load` function to load YAML file we just created above.
151+
Once the package is installed, we use the `yaml#load` function to load the YAML file we just created above.
152152

153153
```typescript
154154
@@filename(config/configuration)

0 commit comments

Comments
 (0)