aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn
diff options
context:
space:
mode:
authorLALBJ <40877073+LALBJ@users.noreply.github.com>2021-12-04 11:46:56 +0800
committerIrvin <irvinfly@gmail.com>2021-12-04 22:24:50 +0800
commitd785bf7b096ff397ead584904aceef7b944d0592 (patch)
tree615843bf9803c00fb6bba13c32f5241ea8d98745 /files/zh-cn
parentd1bb0cdfafbde1469f6f72445841cf178c437844 (diff)
downloadtranslated-content-d785bf7b096ff397ead584904aceef7b944d0592.tar.gz
translated-content-d785bf7b096ff397ead584904aceef7b944d0592.tar.bz2
translated-content-d785bf7b096ff397ead584904aceef7b944d0592.zip
fix: 单词拼写错误
Diffstat (limited to 'files/zh-cn')
-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");