Skip to content

Commit a67d09b

Browse files
author
Jill Grant
authored
Update articles/azure-resource-manager/bicep/variables.md
typo fix
1 parent 9df6f56 commit a67d09b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Decorators are written in the format `@expression` and are placed above variable
122122
| Decorator | Argument | Description |
123123
| --------- | ----------- | ------- |
124124
| [description](#description) | string | Provide descriptions for the variable. |
125-
| [export](#export) | none | Indicates that the variable is available for import by another Bicep file.. |
125+
| [export](#export) | none | Indicates that the variable is available for import by another Bicep file. |
126126

127127
Decorators are in the [sys namespace](bicep-functions.md#namespaces-for-functions). If you need to differentiate a decorator from another item with the same name, preface the decorator with `sys`. For example, if your Bicep file includes a variable named `description`, you must add the sys namespace when using the **description** decorator.
128128

0 commit comments

Comments
 (0)