Skip to content

Commit ea86657

Browse files
authored
Fix minor typos in WebDriver docs (tauri-apps#3008)
1 parent 087cfe6 commit ea86657

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/develop/Tests/WebDriver

1 file changed

+2
-2
lines changed

src/content/docs/develop/Tests/WebDriver/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar:
88

99
[WebDriver] is a standardized interface to interact with web documents primarily intended for automated testing.
1010
Tauri supports the [WebDriver] interface by leveraging the native platform's [WebDriver] server underneath a
11-
cross-platform wrapper [`tauri-driver`]. On desktop, only Windows and Linux are supported due macOS not having
11+
cross-platform wrapper [`tauri-driver`]. On desktop, only Windows and Linux are supported due to macOS not having
1212
a WKWebView driver tool available. iOS and Android work through Appium 2, but the process is not currently streamlined.
1313

1414
## System Dependencies
@@ -62,7 +62,7 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
6262

6363
## Continuous Integration (CI)
6464

65-
The above examples also comes with a CI script to test with GitHub actions, but you may still be interested in the below WebDriver CI guide as it explains the concept a bit more.
65+
The above examples also comes with a CI script to test with GitHub Actions, but you may still be interested in the below WebDriver CI guide as it explains the concept a bit more.
6666

6767
<LinkCard
6868
title="Continuous Integration (CI)"

0 commit comments

Comments
 (0)