Skip to content

Commit b6a0ef1

Browse files
committed
RenderProcessExited enum value doc update
1 parent 6583816 commit b6a0ef1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/ExtendedProcessFailed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ namespace Microsoft.Web.WebView2.Core
564564
BrowserProcessExited,
565565
/// Indicates that the main frame's render process ended unexpectedly. A new
566566
/// render process is created automatically and navigated to an error page.
567-
/// The app runs `Reload()` to try to recover from the failure.
567+
/// You can use the Reload method to try to reload the page that failed.
568568
RenderProcessExited,
569569
/// Indicates that the main frame's render process is unresponsive.
570570
RenderProcessUnresponsive,

0 commit comments

Comments
 (0)