From d785bf7b096ff397ead584904aceef7b944d0592 Mon Sep 17 00:00:00 2001 From: LALBJ <40877073+LALBJ@users.noreply.github.com> Date: Sat, 4 Dec 2021 11:46:56 +0800 Subject: fix: 单词拼写错误 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/zh-cn/web/api/offscreencanvas/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/zh-cn/web/api/offscreencanvas/index.html b/files/zh-cn/web/api/offscreencanvas/index.html index da51b9bec4..7b5185e9af 100644 --- a/files/zh-cn/web/api/offscreencanvas/index.html +++ b/files/zh-cn/web/api/offscreencanvas/index.html @@ -60,7 +60,7 @@ translation_of: Web/API/OffscreenCanvas
<canvas id="one"></canvas>
 <canvas id="two"></canvas>
-

下面的代码会用OffscreenCanva提供渲染结果,就像上面描述的一样。

+

下面的代码会用OffscreenCanvas提供渲染结果,就像上面描述的一样。

var one = document.getElementById("one").getContext("bitmaprenderer");
 var two = document.getElementById("two").getContext("bitmaprenderer");
-- 
cgit v1.2.3-54-g00ecf