Skip to content

Commit 35a6328

Browse files
tgroshonzhengjitf
authored andcommitted
Typo: 'occured' -> 'occurred' in comment (facebook#22094)
1 parent c29363d commit 35a6328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-devtools-scheduling-profiler/src/content-views/SnapshotsView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export class SnapshotsView extends View {
6363

6464
let x = visibleArea.origin.x;
6565

66-
// Rather than drawing each snapshot where it occured,
66+
// Rather than drawing each snapshot where it occurred,
6767
// draw them at fixed intervals and just show the nearest one.
6868
while (x < visibleArea.origin.x + visibleArea.size.width) {
6969
const snapshot = this._findClosestSnapshot(x);

0 commit comments

Comments
 (0)