mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Typo: 'occured' -> 'occurred' in comment (#22094)
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user