File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Note that tasks scheduled with this priority will typically have a higher event
21
21
compared to other tasks, but they are not necessarily render-blocking. Work that needs to happen
22
22
immediately without interruption should typically be done synchronously &mdash ; but this can lead to
23
23
poor responsiveness if the work takes too long. "{{TaskPriority/user-blocking}}" tasks, on the other
24
- hand, can be used to break up work and remain remain responsive to input and rendering, while
24
+ hand, can be used to break up work and remain responsive to input and rendering, while
25
25
increasing the liklihood that the work finishes as soon as possible.
26
26
27
27
<dfn enum-value for =TaskPriority >user-visible</dfn > is the second highest priority, and it is meant
You can’t perform that action at this time.
0 commit comments