Skip to content

Commit fc47ef5

Browse files
committed
Fixed incorrect usage of effect to affect.
1 parent ead0cab commit fc47ef5

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
@@ -3054,7 +3054,7 @@ Use [Gulp](http://gulpjs.com) or [Grunt](http://gruntjs.com) for creating automa
30543054
30553055
- Avoid using filters for scanning all properties of a complex object graph. Use filters for select properties.
30563056
3057-
*Why?*: Filters can easily be abused and negatively effect performance if not used wisely, for example when a filter hits a large and deep object graph.
3057+
*Why?*: Filters can easily be abused and negatively affect performance if not used wisely, for example when a filter hits a large and deep object graph.
30583058
30593059
**[Back to top](#table-of-contents)**
30603060

0 commit comments

Comments
 (0)