Skip to content

Commit 15308eb

Browse files
committed
fixed formatting
1 parent 6e77380 commit 15308eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/use/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ After that, you can run ESLint on any file or directory like this:
5353

5454
When you run `npm init @eslint/config`, terminal would provide you different options to create a config file `eslint.config.js` (or `eslint.config.mjs`) as per your need.
5555

56-
For example if you select *browser` and choose to install the `dependencies`, you will get a config like the one shown below.
56+
For example if you select "browser" and choose to install the `dependencies`, you will get a config like the one shown below.
5757

5858
```js
5959
import globals from "globals";

0 commit comments

Comments
 (0)