diff --git a/files/zh-tw/web/javascript/reference/global_objects/math/asinh/index.md b/files/zh-tw/web/javascript/reference/global_objects/math/asinh/index.md index 2a4078a9915756..3f96749f2625e2 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/math/asinh/index.md +++ b/files/zh-tw/web/javascript/reference/global_objects/math/asinh/index.md @@ -57,7 +57,7 @@ Math.asinh(Infinity); // Infinity ## 參見 -- [在 `core-js` 中的 `Math.asinh` polyfill](https://github.com/zloirock/core-js#ecmascript-math) +- [`core-js` 中 `Math.asinh` 的 polyfill](https://github.com/zloirock/core-js#ecmascript-math) - {{jsxref("Math.acosh()")}} - {{jsxref("Math.atanh()")}} - {{jsxref("Math.cosh()")}}