소스 검색

Typo fix (#136)

"Copy you.." to "Copy your.."
Dgames_Crew 4 년 전
부모
커밋
bde351cf58
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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]
 ----