aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKisaragi <48310258+KisaragiEffective@users.noreply.github.com>2022-01-09 15:15:36 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2022-01-09 15:33:52 +0900
commit509f96923a8faead65aaa800bdda25239e22d08d (patch)
treec65e1232542d8522f69b3d540b67336ceaf21d9b
parent8f15aa1446af4f2a2fdc89e9b9a45f26c6ff02ab (diff)
downloadtranslated-content-509f96923a8faead65aaa800bdda25239e22d08d.tar.gz
translated-content-509f96923a8faead65aaa800bdda25239e22d08d.tar.bz2
translated-content-509f96923a8faead65aaa800bdda25239e22d08d.zip
update trans: abbreviated -> 短縮された
-rw-r--r--files/ja/web/svg/tutorial/paths/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/svg/tutorial/paths/index.html b/files/ja/web/svg/tutorial/paths/index.html
index 63773e5b3e..081b792cac 100644
--- a/files/ja/web/svg/tutorial/paths/index.html
+++ b/files/ja/web/svg/tutorial/paths/index.html
@@ -54,7 +54,7 @@ translation_of: Web/SVG/Tutorial/Paths
<strong>l</strong> <var>dx</var> <var>dy</var>
</pre>
-<p>水平または垂直の線を描画するための短縮あ形式があります。 <code>H</code> は水平線を描画、<code>V</code> は垂直線を描画します。どちらのコマンドも一方向にしか移動しないので、引数は 1 つだけです。</p>
+<p>水平または垂直の線を描画するための短縮された形式があります。 <code>H</code> は水平線を描画、<code>V</code> は垂直線を描画します。どちらのコマンドも一方向にしか移動しないので、引数は 1 つだけです。</p>
<pre class="syntaxbox notranslate"> <strong>H</strong> <var>x</var>
(または)