diff options
Diffstat (limited to 'files/ru/web/api/request')
-rw-r--r-- | files/ru/web/api/request/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/request/index.html b/files/ru/web/api/request/index.html index a17540856e..a401b2cbe1 100644 --- a/files/ru/web/api/request/index.html +++ b/files/ru/web/api/request/index.html @@ -30,7 +30,7 @@ translation_of: Web/API/Request <dl> <dt>{{domxref("Request.cache")}} {{readonlyInline}}</dt> - <dd>Содержит кэшированное состояние запроса (напр., <code>default</code>, <code>reload</code>, <code>no-cache</code>).</dd> + <dd>Содержит кешированное состояние запроса (напр., <code>default</code>, <code>reload</code>, <code>no-cache</code>).</dd> <dt>{{domxref("Request.context")}} {{readonlyInline}} {{deprecated_inline()}}</dt> <dd>Содержит контекст запроса (напр., <code>audio</code>, <code>image</code>, <code>iframe</code>, и т.д..)</dd> <dt>{{domxref("Request.credentials")}} {{readonlyInline}}</dt> |