aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorxinzejy <37665471+srq18211@users.noreply.github.com>2021-04-25 10:58:58 +0800
committerIrvin <irvinfly@gmail.com>2021-04-26 09:38:39 +0800
commitc67ce077634cb01371614cbcc82234678c9a8809 (patch)
tree262184ffcf293adcb9e3ce9917d18cccf8af5c43 /files
parent5e49a7e6fb73b7c4ab4121a403f5799dd1c9936a (diff)
downloadtranslated-content-c67ce077634cb01371614cbcc82234678c9a8809.tar.gz
translated-content-c67ce077634cb01371614cbcc82234678c9a8809.tar.bz2
translated-content-c67ce077634cb01371614cbcc82234678c9a8809.zip
Update index.html
line49 : isPointinPath => isPointInPath
Diffstat (limited to 'files')
-rw-r--r--files/zh-cn/web/api/canvasrenderingcontext2d/ispointinpath/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/canvasrenderingcontext2d/ispointinpath/index.html b/files/zh-cn/web/api/canvasrenderingcontext2d/ispointinpath/index.html
index aa8ad34a6e..3bbe842e75 100644
--- a/files/zh-cn/web/api/canvasrenderingcontext2d/ispointinpath/index.html
+++ b/files/zh-cn/web/api/canvasrenderingcontext2d/ispointinpath/index.html
@@ -46,7 +46,7 @@ boolean <var><em>ctx</em>.isPointInPath(path, x, y, fillRule);</var></var></var>
<h3 id="使用_isPointInPath_方法">使用 <code>isPointInPath</code> 方法</h3>
-<p>这是一段简单的代码片段,使用 <code>isPointinPath</code> 方法检查某点是否在当前的路径内。</p>
+<p>这是一段简单的代码片段,使用 <code>isPointInPath</code> 方法检查某点是否在当前的路径内。</p>
<h4 id="HTML">HTML</h4>