Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit fcd1642

Browse files
fix: use correct apostrophe
1 parent 50fee80 commit fcd1642

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/01 Introduction/01_Installing_dependencies.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ editUrl: https://github.com/learndaxa/Tutorial/edit/main/docs/01 Introduction/01
88
import { Steps } from '@astrojs/starlight/components';
99
import { Tabs, TabItem } from '@astrojs/starlight/components';
1010

11-
This guide walks you through installing the tools you need for Daxa development on **Windows** and **Linux**. If youre experienced with Vulkan or C++, you may already have some of these tools.
11+
This guide walks you through installing the tools you need for Daxa development on **Windows** and **Linux**. If you're experienced with Vulkan or C++, you may already have some of these tools.
1212

1313
:::note
14-
Its recommended to follow these steps carefully if youre new to Vulkan or C++.
14+
It's recommended to follow these steps carefully if you're new to Vulkan or C++.
1515
:::
1616

1717
---
@@ -20,7 +20,7 @@ It’s recommended to follow these steps carefully if you’re new to Vulkan or
2020

2121
### 1. Visual Studio
2222

23-
Well use the **Visual Studio compiler** on Windows (instead of Clang) due to current issues with Clang on Windows. You can install Visual Studio from the [official website](https://visualstudio.microsoft.com/de/vs/community/). Make sure you **select the "Desktop development with C++" component** during the setup.
23+
We'll use the **Visual Studio compiler** on Windows (instead of Clang) due to current issues with Clang on Windows. You can install Visual Studio from the [official website](https://visualstudio.microsoft.com/de/vs/community/). Make sure you **select the "Desktop development with C++" component** during the setup.
2424

2525
### 2. Clang & Ninja
2626

@@ -110,13 +110,13 @@ Follow the [LunarG Vulkan SDK Installation Guide](https://vulkan.lunarg.com/doc/
110110
</TabItem>
111111
</Tabs>
112112

113-
If youre using another distribution, see [LunarGs official instructions](https://vulkan.lunarg.com/sdk/home#linux).
113+
If you're using another distribution, see [LunarG's official instructions](https://vulkan.lunarg.com/sdk/home#linux).
114114

115115
## Installing VSCode (Windows & Linux)
116116

117-
Well use [Visual Studio Code](https://code.visualstudio.com/download) as our code editor for the tutorial. Other IDEs (e.g., [CLion](https://www.jetbrains.com/clion/)) can also work, but the instructions may differ. For a smoother experience, use VSCode with the following extensions:
117+
We'll use [Visual Studio Code](https://code.visualstudio.com/download) as our code editor for the tutorial. Other IDEs (e.g., [CLion](https://www.jetbrains.com/clion/)) can also work, but the instructions may differ. For a smoother experience, use VSCode with the following extensions:
118118

119119
1. C/C++ Extension Pack (`ms-vscode.cpptools-extension-pack`)
120120
2. GLSL Lint (`dtoplak.vscode-glsllint`)
121121

122-
Youre now ready to set up your Daxa development environment. Next, well walk through configuring VSCode and creating your first Daxa project.
122+
You're now ready to set up your Daxa development environment. Next, we'll walk through configuring VSCode and creating your first Daxa project.

0 commit comments

Comments
 (0)