Skip to content

Commit b9691ed

Browse files
committed
Fixed typos
1 parent 1b69969 commit b9691ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exercises/exercise-2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Solutions to this exercise are found on the branch `solutions/exercise-2`.
2424
4. Add the new environment variable to the `dic-bpe` service in `dev-setup/docker-compose.yml` and set the value to `"true"`.
2525
5. Create a new [CodeSystem](../learning/concepts/fhir/codesystem.md) with url `http://dsf.dev/fhir/CodeSystem/tutorial` having a concept with code `tutorial-input`. Don't forget to add the `read-access-tag`.
2626
<details>
27-
<summary>Don't how to create a CodeSystem?</summary>
27+
<summary>Don't know how to create a CodeSystem?</summary>
2828

2929
Check out [this guide](../learning/guides/creating-codesystems-for-dsf-processes.md).
3030
</details>
@@ -37,7 +37,7 @@ Solutions to this exercise are found on the branch `solutions/exercise-2`.
3737

3838
6. Create a new [ValueSet](../learning/concepts/fhir/valueset.md) with url `http://dsf.dev/fhir/ValueSet/tutorial` that includes all concepts from the [CodeSystem](../learning/concepts/fhir/codesystem). Don't forget to add the `read-access-tag`.
3939
<details>
40-
<summary>Don't how to create a ValueSet?</summary>
40+
<summary>Don't know how to create a ValueSet?</summary>
4141

4242
Check out [this guide](../learning/guides/creating-valuesets-for-dsf-processes.md).
4343
</details>
@@ -50,7 +50,7 @@ Solutions to this exercise are found on the branch `solutions/exercise-2`.
5050

5151
7. Add a new input parameter of type `tutorial-input` with `Task.input.value[x]` as a `string` to the `task-start-dic-process.xml` [Task](../learning/concepts/fhir/task.md) profile.
5252
<details>
53-
<summary>Don't how to add a new input parameter?</summary>
53+
<summary>Don't know how to add a new input parameter?</summary>
5454

5555
Check out [this guide](../learning/guides/adding-task-input-parameters-to-task-profiles.md).
5656
</details>

0 commit comments

Comments
 (0)