diff options
author | LALBJ <40877073+LALBJ@users.noreply.github.com> | 2021-12-04 11:46:56 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-12-04 22:24:50 +0800 |
commit | d785bf7b096ff397ead584904aceef7b944d0592 (patch) | |
tree | 615843bf9803c00fb6bba13c32f5241ea8d98745 /files/zh-cn | |
parent | d1bb0cdfafbde1469f6f72445841cf178c437844 (diff) | |
download | translated-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.html | 2 |
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"><canvas id="one"></canvas> <canvas id="two"></canvas></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"); |