diff options
author | Okuto Oyama <0910yama@gmail.com> | 2021-08-05 12:36:30 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-05 12:36:30 +0900 |
commit | df28f8aeba84db1ca26b34a6737a743b354b8f29 (patch) | |
tree | ab59a41f6f79dabb52c18e4634d50b880f38498b /files/ja/web | |
parent | d899a920d4b27f75c572c031434baa5fdf82124c (diff) | |
download | translated-content-df28f8aeba84db1ca26b34a6737a743b354b8f29.tar.gz translated-content-df28f8aeba84db1ca26b34a6737a743b354b8f29.tar.bz2 translated-content-df28f8aeba84db1ca26b34a6737a743b354b8f29.zip |
fix: Missing characters (#1904)
Diffstat (limited to 'files/ja/web')
-rw-r--r-- | files/ja/web/html/global_attributes/translate/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/html/global_attributes/translate/index.html b/files/ja/web/html/global_attributes/translate/index.html index db53d7a006..41a4f55a53 100644 --- a/files/ja/web/html/global_attributes/translate/index.html +++ b/files/ja/web/html/global_attributes/translate/index.html @@ -39,7 +39,7 @@ translation_of: Web/HTML/Global_attributes/translate <tr> <td>{{SpecName('HTML WHATWG', "dom.html#attr-translate", "translate")}}</td> <td>{{Spec2('HTML WHATWG')}}</td> - <td>最新のスナップショットである {{SpecName('HTML5.1')}} から変更な。</td> + <td>最新のスナップショットである {{SpecName('HTML5.1')}} から変更なし。</td> </tr> <tr> <td>{{SpecName('HTML5.1', "dom.html#the-translate-attribute", "translate")}}</td> |