Skip to content

Commit 1118ef6

Browse files
fixed sample code
1 parent f3d172e commit 1118ef6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

windows.ui.xaml.input/keyboardaccelerator_scopeowner.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ This example demonstrates how to create a scoped accelerator. The Ctrl+Menu+S ac
4040
</Button>
4141
4242
</Grid>
43-
<Grid x:Name="SecondaryGrid"> >
43+
<Grid x:Name="SecondaryGrid">
4444
45-
<Button Content="Edit" Click Click="OnEdit"/>
45+
<Button Content="Edit" Click="OnEdit" />
4646
4747
</Grid>
4848
```

0 commit comments

Comments
 (0)