diff --git a/docs/experimental.md b/docs/experimental.md index b9bc620ea8..33a66579c4 100644 --- a/docs/experimental.md +++ b/docs/experimental.md @@ -20,4 +20,4 @@ happen at an API WG meeting. Things to consider when discussing / nominating: * During that time no major bugs / issues should have been caused by the adoption of this feature * The API is stable enough and hasn't been heavily impacted by Chromium upgrades * Is anyone using the API? -* Is the API fulfilling the original proposed usecases, does it have any gaps? +* Is the API fulfilling the original proposed use cases, does it have any gaps? diff --git a/docs/tutorial/accessibility.md b/docs/tutorial/accessibility.md index 31f0b83fef..6e03e835f4 100644 --- a/docs/tutorial/accessibility.md +++ b/docs/tutorial/accessibility.md @@ -44,6 +44,4 @@ CFStringRef kAXManualAccessibility = CFSTR("AXManualAccessibility"); ``` [a11y-docs]: https://www.chromium.org/developers/design-documents/accessibility#TOC-How-Chrome-detects-the-presence-of-Assistive-Technology -[a11y-devtools]: https://github.com/GoogleChrome/accessibility-developer-tools -[a11y-devtools-wiki]: https://github.com/GoogleChrome/accessibility-developer-tools/wiki/Audit-Rules [setAccessibilitySupportEnabled]: ../api/app.md#appsetaccessibilitysupportenabledenabled-macos-windows diff --git a/docs/tutorial/automated-testing.md b/docs/tutorial/automated-testing.md index 56ad8282ee..7d26df1c0d 100644 --- a/docs/tutorial/automated-testing.md +++ b/docs/tutorial/automated-testing.md @@ -22,7 +22,7 @@ There are a few ways that you can set up testing using WebDriver. Node.js package for testing with WebDriver. Its ecosystem also includes various plugins (e.g. reporter and services) that can help you put together your test setup. -#### Install the testrunner +#### Install the test runner First you need to run the WebdriverIO starter toolkit in your project root directory: diff --git a/docs/tutorial/snapcraft.md b/docs/tutorial/snapcraft.md index 0c479a5830..f87e4cf9af 100644 --- a/docs/tutorial/snapcraft.md +++ b/docs/tutorial/snapcraft.md @@ -237,8 +237,6 @@ apps: desktop: usr/share/applications/desktop.desktop ``` -[snapcraft.io]: https://snapcraft.io/ -[snapcraft-store]: https://snapcraft.io/store/ [snapcraft-syntax]: https://docs.snapcraft.io/build-snaps/syntax [electron-packager]: https://github.com/electron/electron-packager [electron-forge]: https://github.com/electron-userland/electron-forge