Skip to content

Commit

Permalink
docs: docs refactore
Browse files Browse the repository at this point in the history
  • Loading branch information
anikethsaha committed Apr 1, 2020
1 parent 325d9d8 commit 4b69717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/docs/rules/no-floating-promises.md
Expand Up @@ -82,7 +82,7 @@ This allows to skip checking of async iife
Examples of **correct** code for this rule with `{ ignoreIIFE: true }`:

```ts
await (async function() {
await(async function() {
await res(1);
})();

Expand Down

0 comments on commit 4b69717

Please sign in to comment.