diff options
author | inokawa <48897392+inokawa@users.noreply.github.com> | 2021-11-28 23:37:48 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-12-02 09:11:03 +0900 |
commit | 10bd926d9da3c32a9cb4442d5e8a8157fc6d1d75 (patch) | |
tree | 14a620c0fe24fc55f6205bb4a08ec5f87f33a129 /files/ja/web/api/web_animations_api | |
parent | a1171eec11e11619b1afb6f80da9e54475f13290 (diff) | |
download | translated-content-10bd926d9da3c32a9cb4442d5e8a8157fc6d1d75.tar.gz translated-content-10bd926d9da3c32a9cb4442d5e8a8157fc6d1d75.tar.bz2 translated-content-10bd926d9da3c32a9cb4442d5e8a8157fc6d1d75.zip |
Fix typo
Diffstat (limited to 'files/ja/web/api/web_animations_api')
-rw-r--r-- | files/ja/web/api/web_animations_api/using_the_web_animations_api/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/web_animations_api/using_the_web_animations_api/index.html b/files/ja/web/api/web_animations_api/using_the_web_animations_api/index.html index 0c51e2abb8..cd26fc6f30 100644 --- a/files/ja/web/api/web_animations_api/using_the_web_animations_api/index.html +++ b/files/ja/web/api/web_animations_api/using_the_web_animations_api/index.html @@ -314,7 +314,7 @@ drinking.pause();</pre> </pre> <div class="note"> -<p><strong>注意:</strong><code>getAnimations()</code> と <code>effect</code> はこの記事執筆時点では完全にサポートされていませんが plyfill は今現在サポートしています。</p> +<p><strong>注意:</strong><code>getAnimations()</code> と <code>effect</code> はこの記事執筆時点では完全にサポートされていませんが polyfill は今現在サポートしています。</p> </div> <h2 id="コールバックと_Promise">コールバックと Promise</h2> |