Skip to content

Commit

Permalink
Fix typo in README (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dani-Sahni authored Nov 20, 2024
1 parent aeb283c commit 119cc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ It is like calling `browserslist()`, but it returns config’s queries,
not browsers.
```js
browserslist.loadConfig({ file: process.cwd() }) ?? browserslist.defaults
browserslist.loadConfig({ path: process.cwd() }) ?? browserslist.defaults
```
### `browserslist.defaults`
Expand Down

0 comments on commit 119cc9f

Please sign in to comment.