Skip to content

Commit d7e060c

Browse files
authored
Editorial: Fix typo in "scheduling-tasks.md". (#116)
1 parent 83873f3 commit d7e060c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/scheduling-tasks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Note that tasks scheduled with this priority will typically have a higher event
2121
compared to other tasks, but they are not necessarily render-blocking. Work that needs to happen
2222
immediately without interruption should typically be done synchronously — but this can lead to
2323
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
2525
increasing the liklihood that the work finishes as soon as possible.
2626

2727
<dfn enum-value for=TaskPriority>user-visible</dfn> is the second highest priority, and it is meant

0 commit comments

Comments
 (0)