Skip to content

Commit 1e9b60d

Browse files
neetkeeqwwdfsad
authored andcommitted
Fix typo
1 parent 4c3be05 commit 1e9b60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/coroutine-context-and-dispatchers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ class Activity {
516516

517517
</div>
518518

519-
Alternatively, we can implement [CoroutineScope] interface in this `Actvity` class. The best way to do it is
519+
Alternatively, we can implement [CoroutineScope] interface in this `Activity` class. The best way to do it is
520520
to use delegation with default factory functions.
521521
We also can combine the desired dispatcher (we used [Dispatchers.Default] in this example) with the scope:
522522

0 commit comments

Comments
 (0)