We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ccdf17 commit b20d9a6Copy full SHA for b20d9a6
FindOnPage.md
@@ -607,7 +607,7 @@ runtimeclass CoreWebView2FindConfiguration : [default]ICoreWebView2FindConfigura
607
/// Navigates to the next match in the document.
608
/// If there are no matches to find, FindNext will wrap around to the first match if the search direction is forward,
609
/// 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.
+ /// If called when there is no find session active, FindNext will silently fail.
611
void FindNext();
612
613
/// Navigates to the previous match in the document.
0 commit comments