소스 검색

Merge pull request #2508 from NaughtyGnosiophile/master

Fixed a typo.
Max Hilbrunner 6 년 전
부모
커밋
6fb8b2730c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tutorials/shading/your_first_shader/your_first_canvasitem_shader.rst

+ 1 - 1
tutorials/shading/your_first_shader/your_first_canvasitem_shader.rst

@@ -57,7 +57,7 @@ the following format:
   
   shader_type canvas_item;
 
-Becuase we are writing a CanvasItem shader, we specify ``canvas_item`` in the first line. All our code will
+Because we are writing a CanvasItem shader, we specify ``canvas_item`` in the first line. All our code will
 go beneath this declaration.
 
 This line tells the engine which built-in variables and functionality to supply you with.