diff options
author | inokawa <48897392+inokawa@users.noreply.github.com> | 2021-12-04 00:22:54 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-12-07 11:24:55 +0900 |
commit | fdf7615bcc69d4f4570dd5949f70d4af5bb1a27f (patch) | |
tree | fc16b0917a2fb618b58384c0535b061a4ba808df /files | |
parent | 9be51f1d045ae8a30e758d3106f56cfb1dd3bfb9 (diff) | |
download | translated-content-fdf7615bcc69d4f4570dd5949f70d4af5bb1a27f.tar.gz translated-content-fdf7615bcc69d4f4570dd5949f70d4af5bb1a27f.tar.bz2 translated-content-fdf7615bcc69d4f4570dd5949f70d4af5bb1a27f.zip |
Fix typo
Diffstat (limited to 'files')
-rw-r--r-- | files/ja/web/css/css_transitions/using_css_transitions/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/css/css_transitions/using_css_transitions/index.html b/files/ja/web/css/css_transitions/using_css_transitions/index.html index aaeebd27ee..a952d761ac 100644 --- a/files/ja/web/css/css_transitions/using_css_transitions/index.html +++ b/files/ja/web/css/css_transitions/using_css_transitions/index.html @@ -919,7 +919,7 @@ var intervalID = window.setInterval(updateTransition, 7000); } </pre> -<p>以下ののようであるかのように扱われます。</p> +<p>以下のようであるかのように扱われます。</p> <pre class="brush: css notranslate">div { transition-property: opacity, left, top, height; |