Skip to content

Commit a53ebb5

Browse files
authored
docs: fixes typo in equality section (#1273)
1 parent ca641c2 commit a53ebb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/reactnative/customization/custom_components.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ It also gives insight into what data the out of the box component is using, and
207207

208208
### Equality
209209

210-
It is import to consider equality when writing `areEqual` checks.
210+
It is important to consider equality when writing `areEqual` checks.
211211
Trying to compare two functions, objects, or arrays during a re-render cycle, unless they are themselves memoized or in another way referentially stable, will fail a shallow comparison.
212212
For this reason in the out of the box components it is often considered _when_ the component should re-render, and the equality checks are created based on that logic.
213213

0 commit comments

Comments
 (0)