Scheduling profiler: Fix typo in View.js (#22337)

This commit is contained in:
Ikko Ashimine
2021-09-17 09:04:51 -04:00
committed by GitHub
parent a8cabb5648
commit a7da457e6b
@@ -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`.
*