Skip to content

Commit

Permalink
docs(eslint-plugin): [no-base-to-string] fix typo (#1661)
Browse files Browse the repository at this point in the history
  • Loading branch information
nesso-pfl committed Mar 3, 2020
1 parent 5a097d3 commit 3b40231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/docs/rules/no-base-to-string.md
Expand Up @@ -7,7 +7,7 @@ The default Object `.toString()` returns `"[object Object]"`, so this rule requi
Note that `Function` provides its own `.toString()` that returns the function's code.
Functions are not flagged by this rule.

This rule has some overlap with with [`restrict-plus-operands`](./restrict-plus-operands.md) and [`restrict-template-expressions`](./restrict-template-expressions.md).
This rule has some overlap with [`restrict-plus-operands`](./restrict-plus-operands.md) and [`restrict-template-expressions`](./restrict-template-expressions.md).

## Rule Details

Expand Down

0 comments on commit 3b40231

Please sign in to comment.