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.
2 parents a9e9405 + bc4e751 commit f565c0eCopy full SHA for f565c0e
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