diff --git a/docs/development/integration.md b/docs/development/integration.md
index 6376639a8..ebc67a827 100644
--- a/docs/development/integration.md
+++ b/docs/development/integration.md
@@ -7,7 +7,7 @@ import Command from '@theme/Command'
import Link from '@docusaurus/Link'
- You must have completed all the steps required for setting up the development environment on your machine. If you haven't done this yet, please see the setup page for your operating system.
+ You must have completed all the steps required for setting up the development environment on your machine. If you haven't done this yet, please see the setup page for your operating system.
There are two ways to integrate with Tauri depends on your need:
diff --git a/docs/get-started/intro.md b/docs/get-started/intro.md
index 742bdf278..b3da9c2eb 100644
--- a/docs/get-started/intro.md
+++ b/docs/get-started/intro.md
@@ -39,9 +39,9 @@ Before creating an app, you'll have to install and configure some developer tool
Follow the platform-specific guides to get started:
After that, you'll be ready to [add Tauri to your project!](/docs/development/integration)
diff --git a/docs/get-started/setup-linux.md b/docs/get-started/setup-linux.md
index 6ed835ed9..ef4e7a777 100644
--- a/docs/get-started/setup-linux.md
+++ b/docs/get-started/setup-linux.md
@@ -100,7 +100,7 @@ If you have any problems with nvm, please consult their Yarn, is preferred by Tauri's team
+- Yarn, is preferred by Tauri's team
- pnpm
## 3. Rustc and Cargo Package Manager
diff --git a/docs/get-started/setup-macos.md b/docs/get-started/setup-macos.md
index c1ec30729..2bce7d594 100644
--- a/docs/get-started/setup-macos.md
+++ b/docs/get-started/setup-macos.md
@@ -50,7 +50,7 @@ If you have any problems with nvm, please consult their Yarn, is preferred by Tauri's team
+- Yarn, is preferred by Tauri's team
- pnpm
## 3. Rustc and Cargo Package Manager
diff --git a/docs/get-started/setup-windows.md b/docs/get-started/setup-windows.md
index e47ba182e..4905b4b07 100644
--- a/docs/get-started/setup-windows.md
+++ b/docs/get-started/setup-windows.md
@@ -8,7 +8,7 @@ import { Intro } from '@theme/SetupDocs'
-For those using the Windows Subsystem for Linux (WSL) please refer to our [Linux specific instructions](/docs/getting-started/setup-linux) instead.
+For those using the Windows Subsystem for Linux (WSL) please refer to our [Linux specific instructions](/docs/get-started/setup-linux) instead.
@@ -45,7 +45,7 @@ This will install the most recent version of Node.js with npm.
You may want to use an alternative to npm:
-- Yarn, is preferred by Tauri's team
+- Yarn, is preferred by Tauri's team
- pnpm
## 3. Rustc and Cargo Package Manager
@@ -61,7 +61,7 @@ Download and install the proper variant for your computer's architecture.
## 4. Install WebView2
-WebView2 is pre-installed in Windows 11.
+WebView2 is pre-installed in Windows 11.
Finally, you will need to install WebView2. The best way to do this is to download and run the Evergreen Bootstrapper from [this page](https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section).
diff --git a/docs/guides/patterns/about-patterns.md b/docs/guides/patterns/about-patterns.md
index 3577f79f8..0bfa7dc57 100644
--- a/docs/guides/patterns/about-patterns.md
+++ b/docs/guides/patterns/about-patterns.md
@@ -6,4 +6,4 @@ sidebar_label: A word on patterns
Tauri patterns are descriptions of use-cases that are entirely configurable within the `src-tauri/tauri.conf.json` file. These are not the limits of what Tauri can do, and there are probably more out there. If you discover one, why not get in touch and help us update this collection!
-If you haven't read about the general design of Tauri, then it would make the most sense for you to visit the ["Getting started"](/docs/getting-started/intro) and become familiar with the basic architecture and terminology used in these patterns.
+If you haven't read about the general design of Tauri, then it would make the most sense for you to visit the ["Get started"](/docs/get-started/intro) and become familiar with the basic architecture and terminology used in these patterns.