Skip to content

Commit bfb9441

Browse files
authored
Merge pull request ReactiveX#812 from nishitaniyuki/fix-minor-typo
Fix minor typo
2 parents dffd6f0 + 544e00d commit bfb9441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Schedulers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ There are two main operators that work with schedulers, `observeOn` and `subscri
1313

1414
If you want to perform work on a different scheduler just use `observeOn(scheduler)` operator.
1515

16-
You would usually use `observeOn` a lot more often then `subscribeOn`.
16+
You would usually use `observeOn` a lot more often than `subscribeOn`.
1717

1818
In case `observeOn` isn't explicitly specified, work will be performed on whichever thread/scheduler elements are generated.
1919

0 commit comments

Comments
 (0)