aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorinokawa <48897392+inokawa@users.noreply.github.com>2021-12-04 00:22:54 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2021-12-07 11:24:55 +0900
commitfdf7615bcc69d4f4570dd5949f70d4af5bb1a27f (patch)
treefc16b0917a2fb618b58384c0535b061a4ba808df /files
parent9be51f1d045ae8a30e758d3106f56cfb1dd3bfb9 (diff)
downloadtranslated-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.html2
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;