Skip to content

Commit a4ecedd

Browse files
committed
clean up changed titles
1 parent 09b15ae commit a4ecedd

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

microsoft-edge/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1381,7 +1381,7 @@
13811381
# -----------------------------------------------------------------------------
13821382
- name: Customization and UI
13831383
items:
1384-
- name: Customize the UI of WebView2 apps
1384+
- name: Customizing the UI of WebView2 apps
13851385
href: ./webview2/how-to/customize-ui.md
13861386

13871387
- name: WebView2 browser flags
@@ -1398,7 +1398,7 @@
13981398
- name: Printing from WebView2 apps
13991399
href: ./webview2/how-to/print.md
14001400

1401-
- name: Use local content in WebView2 apps
1401+
- name: Using local content in WebView2 apps
14021402
href: ./webview2/concepts/working-with-local-content.md
14031403

14041404
- name: Customize context menus in WebView2

microsoft-edge/webview2/concepts/developer-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ See [Manage user data folders](../concepts/user-data-folder.md) for further guid
8686

8787
WebView2 apps are supported by a collection of runtime processes that run alongside the app process. These supporting runtime processes can fail for various reasons, such as running out of memory, or being terminated by the user. Your WebView2 app should handle these process-related events, to ensure that the app can recover from failures and continue to run smoothly.
8888

89-
See [Handling process-related events in WebView2](../concepts/process-related-events.md) for more information on how to handle process-related events in WebView2 apps.
89+
See [Handling process-related events in WebView2](../concepts/process-related-events.md).
9090

9191

9292
<!-- ====================================================================== -->

microsoft-edge/webview2/concepts/overview-features-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1970,7 +1970,7 @@ These APIs load, stop loading, and reload content to WebView2. The content that
19701970
* Content from a constructed network request.
19711971

19721972
See also:
1973-
* [Use local content in WebView2 apps](./working-with-local-content.md)
1973+
* [Using local content in WebView2 apps](./working-with-local-content.md)
19741974

19751975
##### [.NET/C#](#tab/dotnetcsharp)
19761976

microsoft-edge/webview2/concepts/process-related-events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Handle process-related events in WebView2
2+
title: Handling process-related events in WebView2
33
description: Process-related events in WebView2 and how apps can handle them for recovery and improved reliability.
44
author: MSEdgeTeam
55
ms.author: msedgedevrel
@@ -8,7 +8,7 @@ ms.service: microsoft-edge
88
ms.subservice: webview
99
ms.date: 07/13/2023
1010
---
11-
# Handle process-related events in WebView2
11+
# Handling process-related events in WebView2
1212

1313
WebView2 uses multiple processes to support the WebView2 controls in your application. Because these processes can exit during use, WebView2 provides the `CoreWebView2.ProcessFailed` and `CoreWebView2Environment.BrowserProcessExited` events. Have your app use these events as follows, to react when these scenarios occur.
1414

microsoft-edge/webview2/concepts/working-with-local-content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use local content in WebView2 apps
2+
title: Using local content in WebView2 apps
33
description: Ways to work with local content in WebView2 apps, including navigating to a file URL, navigating to a string, virtual host name mapping, or the WebResourceRequested event.
44
author: MSEdgeTeam
55
ms.author: msedgedevrel
@@ -8,7 +8,7 @@ ms.service: microsoft-edge
88
ms.subservice: webview
99
ms.date: 04/10/2024
1010
---
11-
# Use local content in WebView2 apps
11+
# Using local content in WebView2 apps
1212

1313
In addition to loading remote content, content can also be loaded locally into WebView2. There are several approaches that can be used to load local content into a WebView2 control, including:
1414
* Navigating to a file URL.

microsoft-edge/webview2/how-to/customize-ui.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Customize the UI in WebView2 apps
2+
title: Customizing the UI of WebView2 apps
33
description: How to add custom right-click menus (context menus) to a WebView2 app, or add and remove items from the default WebView2 context menus.
44
author: MSEdgeTeam
55
ms.author: msedgedevrel
@@ -8,7 +8,7 @@ ms.service: microsoft-edge
88
ms.subservice: webview
99
ms.date: 02/08/2022
1010
---
11-
# Customize the UI in WebView2 apps
11+
# Customizing the UI of WebView2 apps
1212

1313
<!-- presently omitted from TOC -->
1414

microsoft-edge/webview2/landing/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ landingContent:
139139
linkLists:
140140
- linkListType: how-to-guide
141141
links:
142-
- text: Customize the UI of WebView2 apps
142+
- text: Customizing the UI of WebView2 apps
143143
url: ../how-to/customize-ui.md
144144

145145
- text: Custom management of network requests
@@ -151,7 +151,7 @@ landingContent:
151151
- text: Printing from WebView2 apps
152152
url: ../how-to/print.md
153153

154-
- text: Use local content in WebView2 apps
154+
- text: Using local content in WebView2 apps
155155
url: ../concepts/working-with-local-content.md
156156

157157
- text: Customize context menus in WebView2

0 commit comments

Comments
 (0)