Skip to content

Commit 1092b91

Browse files
authored
Fix issues identified by Robin (#171)
1 parent f789bb6 commit 1092b91

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

site/guide/swap-documentation-templates.qmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ date: last-modified
55

66
Swapping templates allows you to switch to a completely different template, upgrade to a more recent version of your current template, or make changes to both the template and template version at the same time.
77

8-
When swapping templates, only the document structure is changed. Any modifications that you might have made to content is preserved inside each content block or section. If you are not sure which template or which version of a template your model documentation or validation report is using, you can also check and compare between different templates and .
8+
When swapping templates, only the document structure is changed. Any modifications that you might have made to content is preserved inside each content block or section. If you are not sure which template or which version of a template your model documentation or validation report is using, you can also check and compare between different templates and versions of templates.
99

1010
## Prerequisites
1111

1212
- You must hold the `Developer` role to update the template for model documentation.
13-
- You must hold the `Validator` role to update the validation report template for their validation report.
13+
- You must hold the `Validator` role to update the template for validation reports.
1414

1515
## View current templates
1616

@@ -42,11 +42,11 @@ When swapping templates, only the document structure is changed. Any modificatio
4242
- **Document Template**
4343
- **Validation Report Template**
4444

45-
The window pane that opens shows the JSON for the current template along with other information, such as the name and the current version, and which models are using this template.
45+
The window pane that opens shows the YAML for the current template along with other information, such as the name and the current version, and which models are using this template.
4646

4747
6. Click **Swap Template**.
4848

49-
The window pane now shows the JON for two templates side-by-side:
49+
The window pane now shows the YAML for two templates side-by-side:
5050

5151
- On the left, your current template is shown.
5252
- On the right, you can select a different template and version.
@@ -60,7 +60,7 @@ When swapping templates, only the document structure is changed. Any modificatio
6060

6161
For example: Select a previous version of the template currently in use to revert to that version.
6262

63-
After you select a different template or version, the JSON differences between the templates are highlighted.
63+
After you select a different template or version, the YAML differences between the templates are highlighted.
6464

6565
8. Click **Prepare Swap**.
6666

0 commit comments

Comments
 (0)