Skip to content

Commit de5ef44

Browse files
committed
docs: fix options typo
1 parent 10cb318 commit de5ef44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/rules/use-baseline.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ This rule has an object option:
4343
}]
4444
```
4545

46-
#### available: `"widely"`
46+
#### available: "widely"
4747

4848
If `"widely"` is used as an option, this rule allows features that are at the Baseline widely available stage: features that have been available across browsers for at least 30 months.
4949

50-
#### available: `"newly"`
50+
#### available: "newly"
5151

5252
If `"newly"` is used as an option, this rule allows features that are at the Baseline newly available stage: features that have been supported on all core browsers for less than 30 months.
5353

54-
### available: `number`
54+
#### available: number
5555

5656
If an integer `number` is used as an option, this rule allows features that became Baseline newly available that year, or earlier. (minimum: 2000)
5757

0 commit comments

Comments
 (0)