Skip to content

Commit a422f05

Browse files
Biki-daszhengjitf
authored andcommitted
VerticalScrollView -> fixed typos (facebook#22341)
1 parent 40d5276 commit a422f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-devtools-scheduling-profiler/src/view-base/VerticalScrollView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ export class VerticalScrollView extends View {
287287

288288
// Don't allow wheel events to bubble past this view even if we've scrolled to the edge.
289289
// It just feels bad to have the scrolling jump unexpectedly from in a container to the outer page.
290-
// The only exception is when the container fitst the contnet (no scrolling).
290+
// The only exception is when the container fits the content (no scrolling).
291291
if (contentHeight === containerHeight) {
292292
return false;
293293
}

0 commit comments

Comments
 (0)