From eacd1c60b7bc5dcb5f975c2ba6212551ab2711c2 Mon Sep 17 00:00:00 2001 From: Ranger <71978856+RangerNJU@users.noreply.github.com> Date: Mon, 30 Oct 2023 09:34:13 +0000 Subject: [PATCH] Update README.zh-cn.md. Fix typo. --- 6-space-game/translations/README.zh-cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6-space-game/translations/README.zh-cn.md b/6-space-game/translations/README.zh-cn.md index 5f94f2e4..2aea3701 100644 --- a/6-space-game/translations/README.zh-cn.md +++ b/6-space-game/translations/README.zh-cn.md @@ -8,7 +8,7 @@ 在这六节课中,你将学习以下内容。 -- **是用** Canvas 元素在屏幕上绘制东西 +- **使用** Canvas 元素在屏幕上绘制东西 - **了解**笛卡尔坐标系 - **学习** Pub-Sub 模式,创建更容易维护和扩展的健全的游戏架构 - **利用** Async/Await 来加载游戏资源