From d5dca6bb1a016bdf3238ebb5753d6d022ca53e91 Mon Sep 17 00:00:00 2001 From: Naughty Date: Thu, 6 Jun 2019 10:39:38 +0200 Subject: [PATCH] Fixed a typo. --- .../shading/your_first_shader/your_first_canvasitem_shader.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/shading/your_first_shader/your_first_canvasitem_shader.rst b/tutorials/shading/your_first_shader/your_first_canvasitem_shader.rst index d30c0f518..633f2f510 100644 --- a/tutorials/shading/your_first_shader/your_first_canvasitem_shader.rst +++ b/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.