Skip to content

Commit

Permalink
docs(operators): fix typo in delay JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz authored and kwonoj committed Mar 23, 2016
1 parent 7782a8f commit 0f17d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operator/delay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {Observable} from '../Observable';
* Delays the emission of items from the source Observable by a given timeout or
* until a given Date.
*
* <span class="informal">Time order shifts each item by some specified amount of
* <span class="informal">Time shifts each item by some specified amount of
* milliseconds.</span>
*
* <img src="./img/delay.png" width="100%">
Expand Down

0 comments on commit 0f17d5f

Please sign in to comment.