From 656f4d7691bf8523e752593c1acafcda31cce3d2 Mon Sep 17 00:00:00 2001 From: Kyle Travis Date: Fri, 6 Jan 2023 23:12:46 -0500 Subject: [PATCH] Tiny typo in window tutorial --- docs/beginner/tutorial1-window/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/beginner/tutorial1-window/README.md b/docs/beginner/tutorial1-window/README.md index d01b3538..bfdc1503 100644 --- a/docs/beginner/tutorial1-window/README.md +++ b/docs/beginner/tutorial1-window/README.md @@ -83,7 +83,7 @@ If you only want to support desktops, that's all you have to do! In the next tut If I go through this tutorial about WebGPU and never talk about using it on the web, then I'd hardly call this tutorial complete. Fortunately getting a wgpu application running in a browser is not too difficult once you get things set up. -Let's start with the changes we need to make to are `Cargo.toml`: +Let's start with the changes we need to make to our `Cargo.toml`: ```toml [lib]