diff --git a/packages/react-devtools-scheduling-profiler/src/content-views/SnapshotsView.js b/packages/react-devtools-scheduling-profiler/src/content-views/SnapshotsView.js index 545789350e..c0d48e0616 100644 --- a/packages/react-devtools-scheduling-profiler/src/content-views/SnapshotsView.js +++ b/packages/react-devtools-scheduling-profiler/src/content-views/SnapshotsView.js @@ -63,7 +63,7 @@ export class SnapshotsView extends View { let x = visibleArea.origin.x; - // Rather than drawing each snapshot where it occured, + // Rather than drawing each snapshot where it occurred, // draw them at fixed intervals and just show the nearest one. while (x < visibleArea.origin.x + visibleArea.size.width) { const snapshot = this._findClosestSnapshot(x);