Skip to content

Commit

Permalink
Fix doc typo: missing word in reactiveProgramming.adoc (#3075)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardNeagoe committed Jun 13, 2022
1 parent bb9219d commit 33767d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/asciidoc/reactiveProgramming.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ behavior to a `Publisher` and wraps the previous step's `Publisher` into a new i
The whole chain is thus linked, such that data originates from the first `Publisher` and
moves down the chain, transformed by each link. Eventually, a `Subscriber` finishes the
process. Remember that nothing happens until a `Subscriber` subscribes to a `Publisher`,
as we see shortly.
as we will see shortly.

TIP: Understanding that operators create new instances can help you avoid a common
mistake that would lead you to believe that an operator you used in your chain is not
Expand Down

0 comments on commit 33767d0

Please sign in to comment.