diff options
Diffstat (limited to 'files/ja/web/api/keyboardevent/code/index.html')
-rw-r--r-- | files/ja/web/api/keyboardevent/code/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/keyboardevent/code/index.html b/files/ja/web/api/keyboardevent/code/index.html index 07ac76cf5a..5801f2618d 100644 --- a/files/ja/web/api/keyboardevent/code/index.html +++ b/files/ja/web/api/keyboardevent/code/index.html @@ -139,7 +139,7 @@ let spaceship = document.getElementById("spaceship"); } </pre> -<p>The <code>refresh()</code> function handles applying the rotation and position by using an <a href="/en-US/docs/Web/SVG/Attribute/transform">SVG transform</a>.</p> +<p>The <code>refresh()</code> function handles applying the rotation and position by using an <a href="/ja/docs/Web/SVG/Attribute/transform">SVG transform</a>.</p> <pre class="brush: js notranslate">function refresh() { let x = position.x - (shipSize.width/2); |