Browse Source

Typo fix (#136)

"Copy you.." to "Copy your.."
Dgames_Crew 4 năm trước cách đây
mục cha
commit
bde351cf58
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/modules/core/pages/ui/hud.adoc

+ 1 - 1
docs/modules/core/pages/ui/hud.adoc

@@ -108,7 +108,7 @@ guiNode.attachChild(hudText);
 
 ----
 
-The BitmapFont object `guiFont` is a default font provided by SimpleApplication. Copy you own fonts as .fnt plus .png files into the `assets/Interface/Fonts` directory and load them like this:
+The BitmapFont object `guiFont` is a default font provided by SimpleApplication. Copy your own fonts as .fnt plus .png files into the `assets/Interface/Fonts` directory and load them like this:
 
 [source]
 ----