Skip to content

Commit

Permalink
docs: fix typo in no-misused-promises related links (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv authored and JamesHenry committed Jul 18, 2019
1 parent 6be0d81 commit c1e5c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/docs/rules/no-misused-promises.md
Expand Up @@ -112,7 +112,7 @@ misuses of them outside of what the Typescript compiler will check.

## Related to

- [`no-floating-promises`]('./no-floating-promises.md')
- [`no-floating-promises`](./no-floating-promises.md)

## Further Reading

Expand Down

0 comments on commit c1e5c37

Please sign in to comment.