diff --git a/packages/react-devtools-scheduling-profiler/src/view-base/View.js b/packages/react-devtools-scheduling-profiler/src/view-base/View.js index 8dcda731ef..0edac11208 100644 --- a/packages/react-devtools-scheduling-profiler/src/view-base/View.js +++ b/packages/react-devtools-scheduling-profiler/src/view-base/View.js @@ -58,7 +58,7 @@ export class View { _needsDisplay = true; /** - * Whether the heirarchy below this view has subviews that need display. + * Whether the hierarchy below this view has subviews that need display. * * NOTE: Do not set directly! Use `setSubviewsNeedDisplay`. *