Skip to content

Commit 4a2ce08

Browse files
committed
Fixing a grammatical mistake
1 parent f4d6377 commit 4a2ce08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/healthcare-apis/events/events-faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Events support these [FHIR bundle types](http://hl7.org/fhir/R4/valueset-bundle-
4141

4242
- **Batch**: An event is emitted for each successful data change operation in a bundle. If one of the operations generates an error, no event is emitted for that operation. For example: the batch bundle contains five operations, however, there's an error with one of the operations. Events are emitted for the four successful operations with no event emitted for the operation that generated an error.
4343

44-
- **Transaction**: An event is emitted for each successful bundle operation as long as there are no errors. If there's any errors within a transaction bundle, then no events are emitted. For example: the transaction bundle contains five operations, however, there's an error with one of the operations. No events are emitted for that bundle.
44+
- **Transaction**: An event is emitted for each successful bundle operation as long as there are no errors. If there are any errors within a transaction bundle, then no events are emitted. For example: the transaction bundle contains five operations, however, there's an error with one of the operations. No events are emitted for that bundle.
4545

4646
> [!NOTE]
4747
> Events are not sent in the sequence of the data operations in the FHIR bundle.

0 commit comments

Comments
 (0)