diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-02-11 12:17:28 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-02-18 09:23:33 +0900 |
commit | 618841fa3502a90ebbf84c97b89055a8c0b4a032 (patch) | |
tree | d520c01d64d7ccd10eea7b618b978a2223562016 | |
parent | a907f647cd9c0325753c7df7c2c7784a6f0aac9e (diff) | |
download | translated-content-618841fa3502a90ebbf84c97b89055a8c0b4a032.tar.gz translated-content-618841fa3502a90ebbf84c97b89055a8c0b4a032.tar.bz2 translated-content-618841fa3502a90ebbf84c97b89055a8c0b4a032.zip |
Update index.md
-rw-r--r-- | files/ja/web/html/element/input/text/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/html/element/input/text/index.md b/files/ja/web/html/element/input/text/index.md index 9193d788ee..6464d0f3c0 100644 --- a/files/ja/web/html/element/input/text/index.md +++ b/files/ja/web/html/element/input/text/index.md @@ -25,7 +25,7 @@ translation_of: Web/HTML/Element/input/text <table class="properties"> <tbody> <tr> - <td><strong>{{anch("Value", "値")}}</strong></td> + <td><strong>{{anch("値")}}</strong></td> <td> テキスト入力欄に含まれる文字列を表す {{domxref("DOMString")}}。 </td> |