Skip to content

Commit 407e168

Browse files
authored
fix: typo (jquense#2443)
Quick PR to fix the typo in the docs
1 parent cbac29a commit 407e168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/AboutExamples.stories.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ const onView = useCallback((newView) => setView(newView), [setView])
4444
<Calendar onView={onView} {...otherProps} />
4545
```
4646

47-
If a prop takes an `Object`, an `Array`, a `Date`, a `Function`, or any other non-simple variable type, it is always a good idea to memoize those values prior to passing them as props. Chances are that some prop or state change will trigger a re-render of your Calendar. How well you manage your props will effect overall render performance.
47+
If a prop takes an `Object`, an `Array`, a `Date`, a `Function`, or any other non-simple variable type, it is always a good idea to memoize those values prior to passing them as props. Chances are that some prop or state change will trigger a re-render of your Calendar. How well you manage your props will affect overall render performance.

0 commit comments

Comments
 (0)