diff --git a/files/zh-tw/web/api/canvas_api/tutorial/using_images/index.md b/files/zh-tw/web/api/canvas_api/tutorial/using_images/index.md index 1f4866cd2e1635..529152d6e01a91 100644 --- a/files/zh-tw/web/api/canvas_api/tutorial/using_images/index.md +++ b/files/zh-tw/web/api/canvas_api/tutorial/using_images/index.md @@ -234,7 +234,7 @@ async function draw() { const canvas = document.getElementById("canvas"); const ctx = canvas.getContext("2d"); - // 繪製切片 + // 繪製切割影像 ctx.drawImage( document.getElementById("source"), 33,