diff options
author | Masahiro Fujimoto <mfujimot@gmail.com> | 2021-04-02 16:14:22 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2021-04-05 00:02:03 +0900 |
commit | 27ea23a8ea325514e6f2e838d22793105d82a795 (patch) | |
tree | 839e2811bc77b4eb1ca60526aab505de2f1f9877 /files | |
parent | f1707bfb4ee188f0765fcf89b6a2e9f4408214d8 (diff) | |
download | translated-content-27ea23a8ea325514e6f2e838d22793105d82a795.tar.gz translated-content-27ea23a8ea325514e6f2e838d22793105d82a795.tar.bz2 translated-content-27ea23a8ea325514e6f2e838d22793105d82a795.zip |
日本語と英語の間の空白が空いていなかったのを修正
Diffstat (limited to 'files')
-rw-r--r-- | files/ja/web/api/htmlinputelement/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/htmlinputelement/index.html b/files/ja/web/api/htmlinputelement/index.html index b4ad8aa24e..d88b5b1ff2 100644 --- a/files/ja/web/api/htmlinputelement/index.html +++ b/files/ja/web/api/htmlinputelement/index.html @@ -54,7 +54,7 @@ translation_of: Web/API/HTMLInputElement </table> <table class="standard-table"> - <caption>hidden 以外のあらゆる型のinput 要素に適用されるプロパティ</caption> + <caption>hidden 以外のあらゆる型の input 要素に適用されるプロパティ</caption> <tbody> <tr> <td><code>name</code></td> |