Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit f29f509

Browse files
committed
docs(operators): add documentation for operator do
1 parent 5e862e2 commit f29f509

File tree

1 file changed

+1
-1
lines changed
  • src/operator-docs/utility

1 file changed

+1
-1
lines changed

src/operator-docs/utility/do.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const doOperator: OperatorDoc = {
3535
},
3636
walkthrough: {
3737
description: `
38-
<p><code>do</code> Returns a mirrored Observable of the source Observable,
38+
<p>Returns a mirrored Observable of the source Observable,
3939
but modified so that the provided Observer is called to perform a side effect for every
4040
value, error, and completion emitted by the source. Any errors that are thrown in
4141
the aforementioned Observer or handlers are safely sent down the error path

0 commit comments

Comments
 (0)