Skip to content

Commit 964b051

Browse files
authored
Merge pull request #892 from r3m0t/patch-2
fix typo in extensibility
2 parents 7e5bac3 + 4f3e3e1 commit 964b051

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)