Skip to content

Commit 399321e

Browse files
Merge branch 'MicrosoftDocs:docs' into patch-1
2 parents 873944f + cdb419c commit 399321e

File tree

54 files changed

+85
-85
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+85
-85
lines changed

hub/apps/design/controls/commanding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ private void ListView_Loaded(object sender, RoutedEventArgs e)
291291
private void DeleteCommand_ExecuteRequested(
292292
XamlUICommand sender, ExecuteRequestedEventArgs args)
293293
{
294-
// If possible, remove specfied item from collection.
294+
// If possible, remove specified item from collection.
295295
if (args.Parameter != null)
296296
{
297297
foreach (var i in collection)

hub/apps/design/controls/web-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ webView1.NavigationStarting += webView1_NavigationStarting;
106106

107107
private void webView1_NavigationStarting(object sender, WebViewNavigationStartingEventArgs args)
108108
{
109-
// Cancel navigation if URL is not allowed. (Implemetation of IsAllowedUri not shown.)
109+
// Cancel navigation if URL is not allowed. (Implementation of IsAllowedUri not shown.)
110110
if (!IsAllowedUri(args.Uri))
111111
args.Cancel = true;
112112
}

hub/apps/design/layout/layout-panels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ The default column width is "*", so you don't need to explicitly set this value
197197
<ColumnDefinition Width="44"/>
198198
<ColumnDefinition Width="2*"/>
199199
</Grid.ColumnDefinitions>
200-
<TextBlock Text="Column 1 sizes to its conent." FontSize="24"/>
200+
<TextBlock Text="Column 1 sizes to its content." FontSize="24"/>
201201
</Grid>
202202
```
203203

hub/apps/design/shell/tiles-and-notifications/adaptive-interactive-toasts.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ var builder = new AppNotificationBuilder()
160160
AppNotificationManager.Default.Show(builder.BuildNotification());
161161
```
162162

163-
### [Community Tookit](#tab/toolkit)
163+
### [Community Toolkit](#tab/toolkit)
164164

165165
```csharp
166166
var builder = new ToastContentBuilder()
@@ -200,7 +200,7 @@ var builder = new AppNotificationBuilder()
200200
.SetAppLogoOverride(new Uri("ms-appx:///Images/AppLogo.png"));
201201
```
202202

203-
### [Community Tookit](#tab/toolkit)
203+
### [Community Toolkit](#tab/toolkit)
204204

205205
```csharp
206206
var builder = new ToastContentBuilder()
@@ -238,7 +238,7 @@ var builder = new AppNotificationBuilder()
238238
.SetAppLogoOverride(new Uri("ms-appx:///Images/Profile.png"), AppNotificationImageCrop.Circle);
239239
```
240240

241-
### [Community Tookit](#tab/toolkit)
241+
### [Community Toolkit](#tab/toolkit)
242242

243243
```csharp
244244
var builder = new ToastContentBuilder()
@@ -278,7 +278,7 @@ var builder = new AppNotificationBuilder()
278278
.SetHeroImage(new Uri("ms-appx:///Images/HeroImage.png"));
279279
```
280280

281-
### [Community Tookit](#tab/toolkit)
281+
### [Community Toolkit](#tab/toolkit)
282282

283283
```csharp
284284
new ToastContentBuilder()
@@ -339,7 +339,7 @@ var builder = new AppNotificationBuilder()
339339
.SetHeroImage(new Uri("ms-appx:///Images/HeroImage.png"));
340340
```
341341

342-
### [Community Tookit](#tab/toolkit)
342+
### [Community Toolkit](#tab/toolkit)
343343

344344
```csharp
345345
new ToastContentBuilder()
@@ -384,7 +384,7 @@ var builder = new AppNotificationBuilder()
384384
.SetTimeStamp(new DateTime(2017, 04, 15, 19, 45, 00, DateTimeKind.Utc));
385385
```
386386

387-
### [Community Tookit](#tab/toolkit)
387+
### [Community Toolkit](#tab/toolkit)
388388

389389
```csharp
390390
var builder = new ToastContentBuilder()
@@ -554,7 +554,7 @@ new ToastContentBuilder()
554554
.AddArgument("contentId", "351");
555555
```
556556

557-
### [Community Tookit](#tab/toolkit)
557+
### [Community Toolkit](#tab/toolkit)
558558

559559
```csharp
560560
var builder = new ToastContentBuilder()
@@ -613,7 +613,7 @@ new ToastContentBuilder()
613613
.SetIcon(new Uri("ms-appx:///Images/Dismiss.png")));
614614
```
615615

616-
### [Community Tookit](#tab/toolkit)
616+
### [Community Toolkit](#tab/toolkit)
617617

618618
```csharp
619619
var builder = new ToastContentBuilder()
@@ -669,7 +669,7 @@ var builder = new AppNotificationBuilder()
669669
.AddButton(button);
670670
```
671671

672-
### [Community Tookit](#tab/toolkit)
672+
### [Community Toolkit](#tab/toolkit)
673673

674674
```csharp
675675
// The Community Toolkit builder syntax does not currently support icon tooltips.
@@ -727,7 +727,7 @@ var builder = new AppNotificationBuilder()
727727
.AddArgument("hangUpId", "123"));
728728
```
729729

730-
### [Community Tookit](#tab/toolkit)
730+
### [Community Toolkit](#tab/toolkit)
731731

732732
```csharp
733733
// The WIndows Community Toolkit builder syntax does not currently support red and green button colors.
@@ -793,7 +793,7 @@ var builder = new AppNotificationBuilder()
793793
.SetContextMenuPlacement());
794794
```
795795

796-
### [Community Tookit](#tab/toolkit)
796+
### [Community Toolkit](#tab/toolkit)
797797

798798
The Windows Community Toolkit builder syntax doesn't currently support context menu actions, so we recommend using initializer syntax.
799799

@@ -858,7 +858,7 @@ var builder = new AppNotificationBuilder()
858858
.BuildNotification();
859859
```
860860

861-
### [Community Tookit](#tab/toolkit)
861+
### [Community Toolkit](#tab/toolkit)
862862

863863
```csharp
864864
var builder = new ToastContentBuilder()
@@ -908,7 +908,7 @@ You also can have one (or many) inputs with normal buttons displayed below the i
908908
// The Microsoft.Windows.AppNotifications.Builder syntax does not currently support quick reply text boxes.
909909
```
910910

911-
### [Community Tookit](#tab/toolkit)
911+
### [Community Toolkit](#tab/toolkit)
912912

913913
```csharp
914914
new ToastContentBuilder()
@@ -981,7 +981,7 @@ var builder = new AppNotificationBuilder()
981981
.SetContextMenuPlacement());
982982
```
983983

984-
### [Community Tookit](#tab/toolkit)
984+
### [Community Toolkit](#tab/toolkit)
985985

986986
```csharp
987987
var builder = new ToastContentBuilder()
@@ -1050,7 +1050,7 @@ The **Microsoft.Windows.AppNotifications.Builder** syntax does not currently sup
10501050
// scenario using the `Microsoft.Toolkit.Uwp.Notifications` APIs or raw XML.
10511051
```
10521052

1053-
### [Community Tookit](#tab/toolkit)
1053+
### [Community Toolkit](#tab/toolkit)
10541054

10551055
```csharp
10561056
new ToastContentBuilder()
@@ -1131,7 +1131,7 @@ var builder = new AppNotificationBuilder()
11311131
.SetAudioUri(new Uri("ms-appx:///Audio/NotificationSound.mp3"));
11321132
```
11331133

1134-
### [Community Tookit](#tab/toolkit)
1134+
### [Community Toolkit](#tab/toolkit)
11351135

11361136
```csharp
11371137
var builder = new ToastContentBuilder()
@@ -1164,7 +1164,7 @@ var builder = new AppNotificationBuilder()
11641164
.SetAudioEvent(AppNotificationSoundEvent.Alarm, AppNotificationAudioLooping.Loop);
11651165
```
11661166

1167-
### [Community Tookit](#tab/toolkit)
1167+
### [Community Toolkit](#tab/toolkit)
11681168

11691169
```csharp
11701170
var builder = new ToastContentBuilder()
@@ -1211,7 +1211,7 @@ var builder = new AppNotificationBuilder()
12111211
.SetScenario(AppNotificationScenario.Reminder);
12121212
```
12131213

1214-
#### [Community Tookit](#tab/toolkit)
1214+
#### [Community Toolkit](#tab/toolkit)
12151215

12161216
```csharp
12171217
var builder = new ToastContentBuilder()
@@ -1247,7 +1247,7 @@ var builder = new AppNotificationBuilder()
12471247
.AddArgument("action", "dismiss"));
12481248
```
12491249

1250-
#### [Community Tookit](#tab/toolkit)
1250+
#### [Community Toolkit](#tab/toolkit)
12511251

12521252
```csharp
12531253
var builder = new ToastContentBuilder()
@@ -1311,7 +1311,7 @@ var builder = new AppNotificationBuilder()
13111311
.AddArgument("answerId", "123"));
13121312
```
13131313

1314-
#### [Community Tookit](#tab/toolkit)
1314+
#### [Community Toolkit](#tab/toolkit)
13151315

13161316
```csharp
13171317
var builder = new ToastContentBuilder()
@@ -1405,7 +1405,7 @@ if (AppNotificationBuilder.IsUrgentScenarioSupported())
14051405
}
14061406
```
14071407

1408-
#### [Community Tookit](#tab/toolkit)
1408+
#### [Community Toolkit](#tab/toolkit)
14091409

14101410
```csharp
14111411
// The builder syntax does not support important notifications yet.

hub/apps/design/widgets/widgets-design-fundamentals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ For accessibility, the following table presents the text of the table shown in t
8080
| Body (for hyperlinks) | 14/20 epx | Default, Lighter, Accent |
8181
| Body Strong | 14/20 epx | Default, Bolder |
8282
| Body Large | 18/24 epx | Medium, Lighter |
83-
| Body Larget | 18/24 epx | Medium, Bolder |
83+
| Body Largest | 18/24 epx | Medium, Bolder |
8484
| Subtitle | 20/28 epx | Large, Bolder |
8585
| Title | 28/36 epx | Extra Large, Bolder |
8686

hub/apps/develop/audio-video-camera.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ The .NET SDK also provides APIs related to audio, video, and camera scenarios fo
5050
| Article | Description |
5151
|---------|-------------|
5252
| [Graphics (WPF)](/dotnet/framework/wpf/graphics-multimedia/graphics) | Learn about support for multimedia, vector graphics, animation, and content composition in WPF apps. |
53-
| [Mutimedia (WPF)](/dotnet/framework/wpf/graphics-multimedia/multimedia-overview) | Learn about integrating audio and video into your WPF apps. |
53+
| [Multimedia (WPF)](/dotnet/framework/wpf/graphics-multimedia/multimedia-overview) | Learn about integrating audio and video into your WPF apps. |
5454
| [Graphics and drawing (Windows Forms)](/dotnet/framework/winforms/advanced/graphics-and-drawing-in-windows-forms) | Learn how to create graphics, draw text, and manipulate graphical images in Windows Forms apps. |
5555
| [SoundPlayer class (Windows Forms)](/dotnet/framework/winforms/controls/soundplayer-class-overview) | Learn how to include sounds in your Windows Forms applications. |

hub/apps/develop/platform/csharp-winrt/net-projection-from-cppwinrt-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ To distribute the projection assembly for .NET application developers, you can a
193193
</metadata>
194194
<files>
195195
<!--Support .NET 6, .NET Core 3, UAP, .NET Framework 4.6, C++ -->
196-
<!--Architecture-netural assemblies-->
196+
<!--Architecture-neutral assemblies-->
197197
<file src="..\..\_build\AnyCPU\Release\SimpleMathProjection\bin\SimpleMathProjection.dll" target="lib\net6.0-windows10.0.19041.0\SimpleMathProjection.dll" />
198198
<file src="..\..\_build\x64\Release\SimpleMathComponent\bin\SimpleMathComponent\SimpleMathComponent.winmd" target="lib\netcoreapp3.0\SimpleMathComponent.winmd" />
199199
<file src="..\..\_build\x64\Release\SimpleMathComponent\bin\SimpleMathComponent\SimpleMathComponent.winmd" target="lib\uap10.0\SimpleMathComponent.winmd" />

hub/apps/develop/ui-input/visual-tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ For more specific information on how to use Spy++ from Visual Studio, see [Spy++
115115

116116
Spy++ displays a graphical tree of relationships among system objects, with the current desktop window at the top of the tree and child nodes representing all other windows listed according to the standard window hierarchy. It can provide valuable insight into an application's behavior that is not available through the Visual C++ debugger.
117117

118-
:::image type="content" source="images/spy++-app-window.png" alt-text="Screenshot of the Spy++ applciation window.":::
118+
:::image type="content" source="images/spy++-app-window.png" alt-text="Screenshot of the Spy++ application window.":::
119119

120120
With Spy++ you can:
121121

hub/apps/develop/user-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Note that Windows Forms does not have animations built in, unlike the other UI f
193193
- API Reference: [.NET API Reference](/dotnet/api)
194194
- Controls: [Overview of using controls (Windows Forms .NET)](/dotnet/desktop/winforms/controls/overview)
195195
- Input: [User input (Windows Forms)](/dotnet/framework/winforms/user-input-in-windows-forms)
196-
- Accessibility: [Windows Forms Acessibility](/dotnet/desktop/winforms/advanced/windows-forms-accessibility)
196+
- Accessibility: [Windows Forms Accessibility](/dotnet/desktop/winforms/advanced/windows-forms-accessibility)
197197
- Samples: [Winforms Samples GitHub repo](https://github.com/dotnet/samples/tree/main/windowsforms)
198198

199199
### [Other](#tab/other)

hub/apps/develop/win2d/avoiding-memory-leaks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ gcTimer.Start();
6666

6767
Navigate to the page, then away from it to some other page. If all cycles have been broken, you will see `Debug.WriteLine` output in the Visual Studio output pane within a second or two.
6868

69-
Note that calling `GC.Collect` is disruptive and hurts performace, so you should remove this test code as soon as you finish testing for leaks!
69+
Note that calling `GC.Collect` is disruptive and hurts performance, so you should remove this test code as soon as you finish testing for leaks!
7070

7171
## The gory details
7272

0 commit comments

Comments
 (0)