aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api
diff options
context:
space:
mode:
authorあずきバー <42642269+Azuki-bar@users.noreply.github.com>2021-08-18 02:11:31 +0900
committerGitHub <noreply@github.com>2021-08-18 02:11:31 +0900
commit7f7ab31956bb65a04b5caf1d95f10d9dc31146bf (patch)
tree09f7869f3cc7ce5028d7fb6173c5d41862a66c02 /files/ja/web/api
parent4580f65aa07b7b558b8fc769b1d13facb5c503cc (diff)
downloadtranslated-content-7f7ab31956bb65a04b5caf1d95f10d9dc31146bf.tar.gz
translated-content-7f7ab31956bb65a04b5caf1d95f10d9dc31146bf.tar.bz2
translated-content-7f7ab31956bb65a04b5caf1d95f10d9dc31146bf.zip
fix typo `Navigator.devicememory` (#2115)
"power of 2" を2の階乗と誤訳していたため2の累乗と修正しました。
Diffstat (limited to 'files/ja/web/api')
-rw-r--r--files/ja/web/api/navigator/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/navigator/index.html b/files/ja/web/api/navigator/index.html
index 19a930cabf..b40f8c485a 100644
--- a/files/ja/web/api/navigator/index.html
+++ b/files/ja/web/api/navigator/index.html
@@ -32,7 +32,7 @@ translation_of: Web/API/Navigator
<dt>{{domxref("Navigator.credentials")}} {{readonlyInline}}</dt>
<dd>ログインやログアウトの成功といったイベントが発生したときに、資格情報を要求してユーザーエージェントへ通知する手段を提供する {{domxref("CredentialsContainer")}} インターフェイスを返します。</dd>
<dt>{{domxref("Navigator.deviceMemory")}} {{readonlyInline}} {{experimental_inline}}</dt>
- <dd>端末のメモリーをギガバイト単位で返します。この値は 2 の階乗の最も近い値を 1024 で割った概算値です。</dd>
+ <dd>端末のメモリーをギガバイト単位で返します。この値は 2 の累乗に最も近い値を 1024 で割った概算値です。</dd>
<dt>{{domxref("Navigator.doNotTrack")}} {{readonlyInline}} {{experimental_inline}}</dt>
<dd>ユーザーの do-not-track 設定の値を返します。この値が "yes" であるとき、ウェブサイトやアプリケーションはユーザーを追跡するべきではありません。</dd>
<dt>{{domxref("Navigator.geolocation")}} {{readonlyInline}}</dt>