Skip to content

Commit d0f6229

Browse files
AOrobatorelizarov
authored andcommitted
Fixed typo in README
1 parent 8140cfe commit d0f6229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ This style is preferred when the `CoroutineScope` is passed through an extension
264264

265265
### Providing an explicit `TestCoroutineScope`
266266

267-
In many cases, the direct style is not preferred because [CoroutineScope] may need to be provided through anther means
267+
In many cases, the direct style is not preferred because [CoroutineScope] may need to be provided through another means
268268
such as dependency injection or service locators.
269269

270270
Tests can declare a [TestCoroutineScope] explicitly in the class to support these use cases.

0 commit comments

Comments
 (0)