Skip to content

Commit fd321cf

Browse files
committed
Merge pull request #9 from chroman/master
Fix minor typo error
2 parents 12e1bb1 + a8866ab commit fd321cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/component-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Now we are done. `LikeApp` renders an unliked link which, when clicked, will:
130130
4. Trigger an update to the DOM.
131131

132132
It's worth noting that React will handle new return values of `render()` by
133-
making the mininal set of mutations necessary to bring the DOM up-to-date. In
133+
making the minimal set of mutations necessary to bring the DOM up-to-date. In
134134
this case, only the `textContent` of the rendered link will be mutated.
135135

136136
In summary:

0 commit comments

Comments
 (0)