Skip to content

Commit 61da3e7

Browse files
authored
(Forums Team) fix typo #18395
update linked template to linked templates
1 parent e755192 commit 61da3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/resource-group-linked-templates.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To deploy your solution, you can use either a single template or a main template
2222

2323
For small to medium solutions, a single template is easier to understand and maintain. You can see all the resources and values in a single file. For advanced scenarios, linked templates enable you to break down the solution into targeted components, and reuse templates.
2424

25-
When using linked template, you create a main template that receives the parameter values during deployment. The main template contains all the linked templates and passes values to those templates as needed.
25+
When using linked templates, you create a main template that receives the parameter values during deployment. The main template contains all the linked templates and passes values to those templates as needed.
2626

2727
For a tutorial, see [Tutorial: create linked Azure Resource Manager templates](./resource-manager-tutorial-create-linked-templates.md).
2828

0 commit comments

Comments
 (0)