From 8f173967c7485e094da7de9e0302409e2852b0a9 Mon Sep 17 00:00:00 2001 From: mresnik <38983520+mresnik@users.noreply.github.com> Date: Thu, 17 Jan 2019 21:52:06 -0500 Subject: [PATCH] Add the text "and text" to first section (#30505) --- guide/english/html/elements/canvas-tag/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/html/elements/canvas-tag/index.md b/guide/english/html/elements/canvas-tag/index.md index fa43b851db..f428dda5e7 100644 --- a/guide/english/html/elements/canvas-tag/index.md +++ b/guide/english/html/elements/canvas-tag/index.md @@ -4,7 +4,7 @@ title: Canvas Tag ## Canvas Tag -You can use a canvas to draw and animate graphics. The drawings are done with JavaScript, so you will want to have an id in order to select the canvas. +You can use a canvas to draw and animate graphics and text. The drawings are done with JavaScript, so you will want to have an id in order to select the canvas. ```html