Skip to content

Commit 20bcde4

Browse files
Update articles/azure-resource-manager/bicep/visual-studio-code.md
Co-authored-by: Stephen Weatherford (MSFT) <[email protected]>
1 parent f21b210 commit 20bcde4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/visual-studio-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ For the extract commands, see [Extract parameters, variables, and types](#extrac
211211

212212
Extracting [variables](./variables.md), [parameters](./parameters.md), and [user-defined data types](./user-defined-data-types.md) involves isolating and defining these components from existing code to improve code structure, maintainability, and clarity.
213213

214-
The following screenshot shows a definition of a storage account resource. You can extract a parameter or a variable, or a user-defined data type based of a property, such as `kind`.
214+
The following screenshot shows a definition of a storage account resource. You can extract a parameter or a variable, or a user-defined data type based off of a property, such as `kind`.
215215

216216
Select the `kind` line from the code, and then select the yellow light bulb icon. The context windows shows the available extract options.
217217

0 commit comments

Comments
 (0)