Skip to content

Commit 282c5fa

Browse files
committed
fixed typos
1 parent 7996004 commit 282c5fa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# WebView2 Samples
22

3-
This repository contains sampples that demonstrate the features and usage patterns of [WebView2](https://aka.ms/webview2). As we add more features to WebView2, we will regularly update our samples.
3+
This repository contains samples that demonstrate the features and usage patterns of [WebView2](https://aka.ms/webview2). As we add more features to WebView2, we will regularly update our samples.
44

5-
Please leave feedback in out [our feedback repo](https://aka.ms/webviewfeedback)!
5+
Please leave feedback in our [our feedback repo](https://aka.ms/webviewfeedback)!
66

77
## Win32 C/C++
88
#### Getting Started
@@ -19,10 +19,10 @@ The [WebView2Browser](https://github.com/MicrosoftEdge/WebView2Browser) is an ad
1919

2020
Follow the [WebView2Browser guide](https://github.com/MicrosoftEdge/WebView2Browser) to learn how to build an application that utilizes multiple WebViews.
2121

22-
## .NET WPF/WinForms
22+
## .NET (WPF and Windows Forms)
2323
#### Getting Started
2424
* Checkout the [WPF getting started guide](https://docs.microsoft.com/en-us/microsoft-edge/webview2/gettingstarted/wpf) for WebView2 in WPF applications
25-
* Checkout the [WinForms getting started guide](https://docs.microsoft.com/en-us/microsoft-edge/webview2/gettingstarted/winforms) for WebView2 in WinForms applications
25+
* Checkout the [Windows Forms getting started guide](https://docs.microsoft.com/en-us/microsoft-edge/webview2/gettingstarted/winforms) for WebView2 in WinForms applications
2626

2727
#### Comprehensive API Sample
2828
* The **WPF Sample** can be found in the [WebView2WpfBrowser](./WebView2WpfBrowser) directory.
@@ -33,7 +33,7 @@ Follow the [WebView2Browser guide](https://github.com/MicrosoftEdge/WebView2Brow
3333
The **UWP WinUI Sample** can be found in the [WinUI Controls Gallery](https://github.com/microsoft/Xaml-Controls-Gallery/tree/winui3preview).
3434

3535
## Next Steps
36-
1. Checkout [Introduction to Microsoft Edge WebView2](aka.ms/webview) to learn more about WebView2
37-
2. Please leave us feedback in out [feedback repo](https://aka.ms/webviewfeedback).
36+
* Checkout [Introduction to Microsoft Edge WebView2](aka.ms/webview) to learn more about WebView2
37+
* Please leave us feedback in out [feedback repo](https://aka.ms/webviewfeedback).
3838

3939

0 commit comments

Comments
 (0)