Skip to content

Commit e52b509

Browse files
authored
Update README.md
1 parent d384541 commit e52b509

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bicep-examples/imports-exports/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ var entraSecurityGroups = {
5959
```
6060
## Import Examples
6161

62-
To import variables and types from your shared/central file you can use the `import as name` function to either import everything (*) or a specific variable (see location example below).
62+
To import variables and types from your shared/central file you can use the `import as name` function to either import everything (*) or a specific variable (see branch office example below).
6363

6464
Once imported to the file, your Bicep intellisense will show your auto completion for your import name with all the available variables and types to use in the current template file.
6565

0 commit comments

Comments
 (0)