Skip to content

Commit c26c2d4

Browse files
committed
Merge pull request facebook#1812 from baddox/patch-1
Add possessive to fix grammar
2 parents 97dbada + 4477e69 commit c26c2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/ref-08-reconciliation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permalink: reconciliation.html
66
prev: special-non-dom-attributes.html
77
---
88

9-
React key design decision is to make the API seem like it re-renders the whole app on every update. This makes writing applications a lot easier but is also an incredible challenge to make it tractable. This article explains how with powerful heuristics we managed to turn a O(n<sup>3</sup>) problem into a O(n) one.
9+
React's key design decision is to make the API seem like it re-renders the whole app on every update. This makes writing applications a lot easier but is also an incredible challenge to make it tractable. This article explains how with powerful heuristics we managed to turn a O(n<sup>3</sup>) problem into a O(n) one.
1010

1111

1212
## Motivation

0 commit comments

Comments
 (0)