Skip to content

Commit 1ace985

Browse files
authored
Merge pull request #6401 from reduckted/patch-1
Fixed syntax
2 parents 10bae0f + 67cdd8c commit 1ace985

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/extensibility/visibilityitem-element.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ The `VisibilityItem` element determines the static visibility of commands and to
2727

2828
```xml
2929
<VisibilityItem
30-
guid ="="cmdGuidMyProductCommands"
31-
id=="cmdidAddWidget"
30+
guid="cmdGuidMyProductCommands"
31+
id="cmdidAddWidget"
3232
context="guidNotViewSourceMode"/>
3333
```
3434

0 commit comments

Comments
 (0)