diff --git a/doc/docs/Module 3/Lesson 5.md b/doc/docs/Module 3/Lesson 5.md index 10074bb..c171649 100644 --- a/doc/docs/Module 3/Lesson 5.md +++ b/doc/docs/Module 3/Lesson 5.md @@ -3,7 +3,7 @@ title: "Lesson 5 - Creating Knight" sidebar_position: 5 --- -In Module 2 function declaration lesson, we have created a first function called `createKnight`. In this lesson, we will use that function to create our first knight. +In the Module 2 function declaration lesson, we have created a first function called `createKnight`. In this lesson, we will use that function to create our first knight. - To create a resource, we will use the `create` keyword and the `move` operator `<-`. - You use the `create` keyword to initialize a resource. Resources must be created before you can use them.