From 45b5c05879b3d1108d300e64f28bf1682e2884d2 Mon Sep 17 00:00:00 2001 From: Benjamin Fan Date: Wed, 24 May 2023 11:00:10 -0700 Subject: [PATCH] fix(docs): (pattern design tutorial) Fix typo --- markdown/dev/tutorials/pattern-design/structure/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/dev/tutorials/pattern-design/structure/en.md b/markdown/dev/tutorials/pattern-design/structure/en.md index 438d4493a0f..b972cb395ab 100644 --- a/markdown/dev/tutorials/pattern-design/structure/en.md +++ b/markdown/dev/tutorials/pattern-design/structure/en.md @@ -3,7 +3,7 @@ title: Files and folder structure order: 110 --- -Inside out `tutorial` folder, the `design/src` folder holds the source code for +Inside our `tutorial` folder, the `design/src` folder holds the source code for the new pattern we will create. We can safely ignore all other files and folders, as they are part of the