Skip to content

Commit 4f3e3e1

Browse files
authored
fix typo in extensibility
1 parent fe5a72b commit 4f3e3e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/extensibility/commandplacement-element.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The CommandPlacement element enables buttons, groups, and menus to be included i
2323
## Syntax
2424

2525
```
26-
<CommandPlacement guid=guidMyCommandSet" id="MyCommand" priority="0x001" >
26+
<CommandPlacement guid="guidMyCommandSet" id="MyCommand" priority="0x001" >
2727
<Parent>... </Parent>
2828
</CommandPlacement>
2929
```
@@ -65,4 +65,4 @@ The CommandPlacement element enables buttons, groups, and menus to be included i
6565

6666
## See Also
6767
[CommandPlacements Element](../extensibility/commandplacements-element.md)
68-
[Visual Studio Command Table (.Vsct) Files](../extensibility/internals/visual-studio-command-table-dot-vsct-files.md)
68+
[Visual Studio Command Table (.Vsct) Files](../extensibility/internals/visual-studio-command-table-dot-vsct-files.md)

0 commit comments

Comments
 (0)