Skip to content

Commit 8d92ba8

Browse files
docs: [no-floating-promises] fix capitalization typo (typescript-eslint#9118)
capialization typo Co-authored-by: Joshua Chen <[email protected]>
1 parent 510153b commit 8d92ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/eslint-plugin/docs/rules/no-floating-promises.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ With this option set to `true`, and if you are using `no-void`, you should turn
100100

101101
### `ignoreIIFE`
102102

103-
This allows you to skip checking of async IIFEs (Immediately Invoked function Expressions).
103+
This allows you to skip checking of async IIFEs (Immediately Invoked Function Expressions).
104104

105105
Examples of **correct** code for this rule with `{ ignoreIIFE: true }`:
106106

0 commit comments

Comments
 (0)