aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/htmlanchorelement/pathname
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/htmlanchorelement/pathname')
-rw-r--r--files/ru/web/api/htmlanchorelement/pathname/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/htmlanchorelement/pathname/index.html b/files/ru/web/api/htmlanchorelement/pathname/index.html
index ceda85555f..d971a47d88 100644
--- a/files/ru/web/api/htmlanchorelement/pathname/index.html
+++ b/files/ru/web/api/htmlanchorelement/pathname/index.html
@@ -24,7 +24,7 @@ original_slug: Web/API/HTMLHyperlinkElementUtils/pathname
<pre class="brush: js">// Допустим, что документ содержит элемент &lt;a id="myAnchor" href="https://developer.mozilla.org/en-US/docs/HTMLHyperlinkElementUtils.pathname"&gt;
var anchor = document.getElementById("myAnchor");
-var result = anchor.pathname; // Вернет: '/en-US/docs/HTMLHyperlinkElementUtils.pathname'
+var result = anchor.pathname; // Вернёт: '/en-US/docs/HTMLHyperlinkElementUtils.pathname'
</pre>
<h2 id="Спецификации">Спецификации</h2>