Skip to content

Commit 8f06910

Browse files
authored
Merge pull request #154040 from BharathNimmala-MSFT/patch-52
(AzureCXP) Fixing Grammar
2 parents e02929f + f1156de commit 8f06910

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)