Skip to content

Commit d46c663

Browse files
authored
Merge pull request #240 from IHE/oe_typo
typo: propagate instead of propigate
2 parents 052c8c3 + cc63b1a commit d46c663

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

input/fsh/generate.fsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Usage: #definition
8282
* description = """
8383
A client can ask a server to generate a documentReference from a document.
8484
The server reads the existing document and generates a matching DocumentReference resource, or returns one it has previously generated.
85-
The server will persist the document and the DocumentReference; and may propigate based on grouping with other Actors.
85+
The server will persist the document and the DocumentReference; and may propagate based on grouping with other Actors.
8686
Servers may be able to return or generate document references for the following types of content:
8787
- CDA
8888
- FHIR Document

input/images-source/ITI-65-seq.plantuml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ activate DocumentSource
88
activate DocumentRecipient
99
DocumentSource -> DocumentRecipient : Request to publish documents [ITI-65]
1010
DocumentRecipient -> DocumentRecipient : validate content received
11-
DocumentRecipient --> DocumentRecipient : propigate to Grouped Actor (e.g. XDS Provide and Register)
11+
DocumentRecipient --> DocumentRecipient : propagate to Grouped Actor (e.g. XDS Provide and Register)
1212
DocumentRecipient --> DocumentSource : Documents published [ITI-65]
1313
deactivate DocumentSource
1414
deactivate DocumentRecipient

0 commit comments

Comments
 (0)