We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29363d commit 35a6328Copy full SHA for 35a6328
packages/react-devtools-scheduling-profiler/src/content-views/SnapshotsView.js
@@ -63,7 +63,7 @@ export class SnapshotsView extends View {
63
64
let x = visibleArea.origin.x;
65
66
- // Rather than drawing each snapshot where it occured,
+ // Rather than drawing each snapshot where it occurred,
67
// draw them at fixed intervals and just show the nearest one.
68
while (x < visibleArea.origin.x + visibleArea.size.width) {
69
const snapshot = this._findClosestSnapshot(x);
0 commit comments