Skip to content

Commit

Permalink
fix(operators): fix broken link to startWith (btroncone#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerog authored Apr 9, 2021
1 parent 2809100 commit 69e91ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operators/combination/endwith.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
---

💡 If you want to start with a value instead, check out
[`startWith`](startWith.md)!
[`startWith`](startwith.md)!

💡 If you want to perform an action on completion, but do not want to emit a
value, check out [`finalize`](../utility/finalize.md)!
Expand Down

0 comments on commit 69e91ee

Please sign in to comment.