From 646a44a45f649a6c088f2c8a8ebaf0e05e62a110 Mon Sep 17 00:00:00 2001 From: Christian Roman Date: Wed, 29 May 2013 18:16:52 -0500 Subject: [PATCH] Fix minor typo error --- docs/component-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/component-data.md b/docs/component-data.md index 43ac6cc78..89e5c1970 100644 --- a/docs/component-data.md +++ b/docs/component-data.md @@ -130,7 +130,7 @@ Now we are done. `LikeApp` renders an unliked link which, when clicked, will: 4. Trigger an update to the DOM. It's worth noting that React will handle new return values of `render()` by -making the mininal set of mutations necessary to bring the DOM up-to-date. In +making the minimal set of mutations necessary to bring the DOM up-to-date. In this case, only the `textContent` of the rendered link will be mutated. In summary: