diff options
author | Hiroki Ito <hiroki110@gmail.com> | 2022-01-22 04:26:12 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-22 11:55:49 +0900 |
commit | 701ac45f9a36c6bf4b7ed47882ae1e160507a527 (patch) | |
tree | 833b10ca28f890d9ab7ef3bd922ea798ef09794f | |
parent | d3dbfce79ad140b58898518250a5a75195692550 (diff) | |
download | translated-content-701ac45f9a36c6bf4b7ed47882ae1e160507a527.tar.gz translated-content-701ac45f9a36c6bf4b7ed47882ae1e160507a527.tar.bz2 translated-content-701ac45f9a36c6bf4b7ed47882ae1e160507a527.zip |
fix a typo in Japanese translation
ブラウーザー → ブラウザー
-rw-r--r-- | files/ja/web/progressive_web_apps/introduction/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/progressive_web_apps/introduction/index.html b/files/ja/web/progressive_web_apps/introduction/index.html index 2f95c15e0b..f162678449 100644 --- a/files/ja/web/progressive_web_apps/introduction/index.html +++ b/files/ja/web/progressive_web_apps/introduction/index.html @@ -48,7 +48,7 @@ translation_of: Web/Progressive_web_apps/Introduction <li><a href="#installability">Installable</a> (インストール可能): アプリを端末のホーム画面に追加できる。</li> <li><a href="#linkability">Linkable</a> (リンク可能): URL を送るだけでアプリを共有できる。</li> <li><a href="#network_independence">Network independent</a> (ネットワーク非依存): オフラインか、あるいは貧弱なネットワーク環境でも使用できる。</li> - <li><a href="#progressive_enhancement_support">Progressive</a> (進化的): 古いブラウーザーでも基本的な機能は使用でき、最新のブラウザーではすべての機能が使用できる。</li> + <li><a href="#progressive_enhancement_support">Progressive</a> (進化的): 古いブラウザーでも基本的な機能は使用でき、最新のブラウザーではすべての機能が使用できる。</li> <li><a href="#re-engageability">Re-engageable</a> (再エンゲージ可能): 新しいコンテンツがあるときには、通知を送ることができる。</li> <li><a href="#responsiveness">Responsive</a> (レスポンシブ): 携帯電話やタブレット、ノートパソコン、テレビ、冷蔵庫など、画面とブラウザーを備える全ての端末で使用できる。</li> <li><a href="#safety">Safe</a> (安全): アプリからの通信が第三者からの攻撃に対して安全であり、機密情報を保護できる。</li> |