From 0d3d2d33847fde1c29118b761d8e0430a7653787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Kondratiuk?= Date: Wed, 12 May 2021 12:09:04 -0300 Subject: [PATCH] chore(dotet): fix goto casing (#6529) --- docs/src/api/class-frame.md | 1 - docs/src/api/class-page.md | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/src/api/class-frame.md b/docs/src/api/class-frame.md index e721df30bb..2f3d097612 100644 --- a/docs/src/api/class-frame.md +++ b/docs/src/api/class-frame.md @@ -686,7 +686,6 @@ Attribute name to get the value for. ## async method: Frame.goto * langs: - alias-java: navigate - - alias-csharp: GoToAsync - returns: <[null]|[Response]> Returns the main resource response. In case of multiple redirects, the navigation will resolve with the response of the diff --git a/docs/src/api/class-page.md b/docs/src/api/class-page.md index d8d4fad373..4e51e4e637 100644 --- a/docs/src/api/class-page.md +++ b/docs/src/api/class-page.md @@ -1599,7 +1599,6 @@ Navigate to the next page in history. ## async method: Page.goto * langs: - alias-java: navigate - - alias-csharp: GoToAsync - returns: <[null]|[Response]> Returns the main resource response. In case of multiple redirects, the navigation will resolve with the response of the