aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/element/getattribute/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/element/getattribute/index.html')
-rw-r--r--files/ja/web/api/element/getattribute/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/element/getattribute/index.html b/files/ja/web/api/element/getattribute/index.html
index ae9a08953c..4ee84122ba 100644
--- a/files/ja/web/api/element/getattribute/index.html
+++ b/files/ja/web/api/element/getattribute/index.html
@@ -51,7 +51,7 @@ alert(align); // id="div1" の要素の align の値を表示します。</pre>
// 空文字列が返される
</pre>
-<p>コンテンツ属性のノンスをるには、代わりに <code><a href="/en-US/docs/Web/API/HTMLOrForeignElement/nonce">nonce</a></code> プロパティを使用してください。</p>
+<p>コンテンツ属性のノンスをるには、代わりに <code><a href="/ja/docs/Web/API/HTMLOrForeignElement/nonce">nonce</a></code> プロパティを使用してください。</p>
<pre class="brush: js">let nonce =  script.nonce;</pre>