Skip to content

Commit b20d9a6

Browse files
Update FindOnPage.md
Co-authored-by: David Risney <[email protected]>
1 parent 6ccdf17 commit b20d9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FindOnPage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ runtimeclass CoreWebView2FindConfiguration : [default]ICoreWebView2FindConfigura
607607
/// Navigates to the next match in the document.
608608
/// If there are no matches to find, FindNext will wrap around to the first match if the search direction is forward,
609609
/// or to the last match if the search direction is backward.
610-
/// If called when there is no find session active, FindPrevious will silently fail.
610+
/// If called when there is no find session active, FindNext will silently fail.
611611
void FindNext();
612612

613613
/// Navigates to the previous match in the document.

0 commit comments

Comments
 (0)