Skip to content

Commit

Permalink
Fix spelling error 🏖️ (#2456)
Browse files Browse the repository at this point in the history
  • Loading branch information
x-limitless-x committed Aug 22, 2024
1 parent 05a2013 commit e642ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/whats-new/dotnet-9.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To build a .NET MAUI app with `HybridWebView` you need:
- A `HybridWebView` control as part of the app's UI. This can be achieved by referencing it in the app's XAML.
- Code in the web content, and in C#/.NET, that uses the `HybridWebView` APIs to send messages between the two components.

The entire app, including the web content, is packaged and runs locally on a device, and can be published to applicable app stores. The web content is hosted within a native WebView control and runs within the context of the app. Any part of the app can access external web services, but is'nt required to.
The entire app, including the web content, is packaged and runs locally on a device, and can be published to applicable app stores. The web content is hosted within a native WebView control and runs within the context of the app. Any part of the app can access external web services, but isn't required to.

To build a hybrid app:

Expand Down

0 comments on commit e642ed3

Please sign in to comment.