diff --git a/src/content/examples/en/03_Imported_Media/00_Words/description.mdx b/src/content/examples/en/03_Imported_Media/00_Words/description.mdx index d66e3c9c67..1c89b3b551 100644 --- a/src/content/examples/en/03_Imported_Media/00_Words/description.mdx +++ b/src/content/examples/en/03_Imported_Media/00_Words/description.mdx @@ -19,6 +19,6 @@ remix: The text() function is used for inserting text into the canvas. You can change the font and text size using the loadFont() -and fontSize() functions. +and textSize() functions. The text can be aligned left, center, or right with the textAlign() function, and, like shapes, text can be colored with fill(). \ No newline at end of file