aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web')
-rw-r--r--files/zh-cn/web/api/offscreencanvas/index.html2
1 files changed, 1 insertions, 1 deletions
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
<pre class="brush: html notranslate">&lt;canvas id="one"&gt;&lt;/canvas&gt;
&lt;canvas id="two"&gt;&lt;/canvas&gt;</pre>
-<p>下面的代码会用<code>OffscreenCanva提供渲染结果,就像上面描述的一样。</code></p>
+<p>下面的代码会用<code>OffscreenCanvas提供渲染结果,就像上面描述的一样。</code></p>
<pre class="brush: js notranslate">var one = document.getElementById("one").getContext("bitmaprenderer");
var two = document.getElementById("two").getContext("bitmaprenderer");