From 498fdcd1b63609e840f42f0a4faaf3351441f5a0 Mon Sep 17 00:00:00 2001 From: follower Date: Mon, 3 Jan 2022 23:26:36 +1300 Subject: [PATCH] Typo fix: "you" -> "your" --- tutorial/src/02-quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/src/02-quick-start.md b/tutorial/src/02-quick-start.md index 37baf0b..f57b872 100644 --- a/tutorial/src/02-quick-start.md +++ b/tutorial/src/02-quick-start.md @@ -1,7 +1,7 @@ # Quick Start Example - Create a new Rust project and add `rusty_engine` to the `[dependencies]` section of your `Cargo.toml` file. -- Download the [Asset Pack](10-assets.md) to you project. +- Download the [Asset Pack](10-assets.md) to your project. - Write your game: ```rust,ignore