From ecef7b24ce89ad5649ae11c6d8813dd143aaf862 Mon Sep 17 00:00:00 2001 From: Tu Bui <> Date: Mon, 5 May 2025 13:53:24 +0700 Subject: [PATCH] fix miss spelling --- docs/01-setup-the-project/03-setup-custom-engine.md | 2 +- docs/01-setup-the-project/04-create-game-folder-structure.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/01-setup-the-project/03-setup-custom-engine.md b/docs/01-setup-the-project/03-setup-custom-engine.md index 2c7ad3f..e12dabd 100644 --- a/docs/01-setup-the-project/03-setup-custom-engine.md +++ b/docs/01-setup-the-project/03-setup-custom-engine.md @@ -6,7 +6,7 @@ sidebar_position: 3 Set **Javascript Engine Path** to a **custom Cocos Engine**. -Thank to the open source nature of Cocos Creator, we are able to customize some of the function in the source code to meet the requirement for Hyper Slot Game. +Thanks to the open source nature of Cocos Creator, we are able to customize some of the function in the source code to meet the requirement for Hyper Slot Game. For the detail of the Custom Engine, take a look at this [**Custom Cocos Engine documentation**](../custom-cocos-engine/custom-cocos-engine.md) diff --git a/docs/01-setup-the-project/04-create-game-folder-structure.md b/docs/01-setup-the-project/04-create-game-folder-structure.md index eb74df2..6997fa7 100644 --- a/docs/01-setup-the-project/04-create-game-folder-structure.md +++ b/docs/01-setup-the-project/04-create-game-folder-structure.md @@ -28,7 +28,7 @@ Rename those scenes: ![Template Scene](./img/template-scenes.png) -Inside `assets/game-assets/scripts/`, create a folder called `custome-scaler` then add a script `custom-scale-data.js`. +Inside `assets/game-assets/scripts/`, create a folder called `custom-scaler` then add a script `custom-scale-data.js`. ![Custom Scale](./img/custom-scale.png)