Skip to content

Commit f930318

Browse files
authored
Fix spelling (#95)
1 parent 611a5d9 commit f930318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/hello-webgpu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ This is given by the `main` branch of my distribution repository:
134134
- [WebGPU any distribution](https://github.com/eliemichel/WebGPU-distribution/archive/refs/tags/main-v0.2.0-beta1.zip)
135135

136136
```{tip}
137-
The README of that resposity has instructions for how to add it to your project using FetchContent_Declare. If you do that, you will likely be using a newer version of Dawn or wgpu-native than the one this was written against. As a result, the examples in this book may not compile for you. See below for how to download the version this book was written against.
137+
The README of that repository has instructions for how to add it to your project using FetchContent_Declare. If you do that, you will likely be using a newer version of Dawn or wgpu-native than the one this was written against. As a result, the examples in this book may not compile for you. See below for how to download the version this book was written against.
138138
```
139139

140140
**Pros**

0 commit comments

Comments
 (0)