Skip to content

Commit 82e406a

Browse files
authored
Update observable.md (#5959)
correcting a grammatical error
1 parent 0d78d21 commit 82e406a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs_app/content/guide/observable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ There are three types of values an Observable Execution can deliver:
323323
- "Error" notification: sends a JavaScript Error or exception.
324324
- "Complete" notification: does not send a value.
325325

326-
"Next" notifications are the most important and most common type: they represent actual data being delivered to an subscriber. "Error" and "Complete" notifications may happen only once during the Observable Execution, and there can only be either one of them.
326+
"Next" notifications are the most important and most common type: they represent actual data being delivered to a subscriber. "Error" and "Complete" notifications may happen only once during the Observable Execution, and there can only be either one of them.
327327

328328
These constraints are expressed best in the so-called *Observable Grammar* or *Contract*, written as a regular expression:
329329

0 commit comments

Comments
 (0)