Skip to content

Commit f1156de

Browse files
(AzureCXP) Fixing Grammar
Based on below customer feedback fixing the grammar of the sentence https://github.com/MicrosoftDocs/azure-docs/issues/73580
1 parent e02929f commit f1156de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/templates/template-specs-create-linked.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Create the main template and the linked template.
2323

2424
To link a template, add a [deployments resource](/azure/templates/microsoft.resources/deployments) to your main template. In the `templateLink` property, specify the relative path of the linked template in accordance with the path of the parent template.
2525

26-
The linked template is called **linkedTemplate.json**, and is stored in a subfolder called **artifacts** in the path where the main template is stored. You can use one of the follow values for the relativePath:
26+
The linked template is called **linkedTemplate.json**, and is stored in a subfolder called **artifacts** in the path where the main template is stored. You can use one of the following values for the relativePath:
2727

2828
- `./artifacts/linkedTemplate.json`
2929
- `/artifacts/linkedTemplate.json`

0 commit comments

Comments
 (0)