Skip to content

Commit 09be714

Browse files
andrewhathawayjkillian
authored andcommitted
Fix "rendres" Typo (#167)
* Fix "rendres" typo! * Fix my own typo
1 parent 51dbcf6 commit 09be714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The built-in configuration preset you get with `"extends": "tslint-react"` is se
7373
- N.B. This rule only does a simple check for `.map(...)` syntax and does not inspect computed types of expressions. As such, it may produce false positives if you use APIs that look similar to `.map()`.
7474
- Rule options: _none_
7575
- `jsx-no-bind` (since v2.6.0)
76-
- Forbids function binding in JSX attributes. This has the same intent as `jsx-no-lambda` in helping you avoid excessive re-rendres.
76+
- Forbids function binding in JSX attributes. This has the same intent as `jsx-no-lambda` in helping you avoid excessive re-renders.
7777
- Note that this currently only does a simple _syntactic_ check, not a _semantic_ one (it doesn't use the type checker). So it may have some
7878
rare false positives if you define your own `.bind` function and supply `this` as a parameter.
7979
- Rule options: _none_

0 commit comments

Comments
 (0)