Skip to content

Commit f678591

Browse files
committed
Merge pull request facebook#2101 from jeffchan/patch-1
Fix typo in ReactDefaultPerfAnalysis comment
2 parents 820210f + ef9c9c8 commit f678591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ReactDefaultPerfAnalysis.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ function getUnchangedComponents(measurement) {
178178

179179
for (var id in allIDs) {
180180
var isDirty = false;
181-
// For each component that rendered, see if a component that triggerd
181+
// For each component that rendered, see if a component that triggered
182182
// a DOM op is in its subtree.
183183
for (var i = 0; i < dirtyLeafIDs.length; i++) {
184184
if (dirtyLeafIDs[i].indexOf(id) === 0) {

0 commit comments

Comments
 (0)