aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/storage/getitem/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/storage/getitem/index.html')
-rw-r--r--files/ru/web/api/storage/getitem/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/storage/getitem/index.html b/files/ru/web/api/storage/getitem/index.html
index 1780f54ec3..cc066d8334 100644
--- a/files/ru/web/api/storage/getitem/index.html
+++ b/files/ru/web/api/storage/getitem/index.html
@@ -9,13 +9,13 @@ translation_of: Web/API/Storage/getItem
<h2 id="Синтаксис">Синтаксис</h2>
-<pre class="syntaxbox">var <em>aValue</em> = <em>storage</em>.getItem(<em>названиеКлюча</em>);
+<pre class="syntaxbox">var <em>aValue</em> = <em>storage</em>.getItem(<em>название Ключа</em>);
</pre>
<h3 id="Параметры">Параметры</h3>
<dl>
- <dt><font face="Consolas, Liberation Mono, Courier, monospace"><em>названиеКлюча</em></font></dt>
+ <dt><font face="Consolas, Liberation Mono, Courier, monospace"><em>название Ключа</em></font></dt>
<dd>Является строкой {{domxref("DOMString")}}, содержащей название ключа, по которому получается значение из хранилища.</dd>
</dl>