aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authormongolyy <mongolyy@gmail.com>2022-01-22 16:29:50 +0900
committerpotappo <potappo@gmail.com>2022-01-22 17:13:26 +0900
commit8d82e7da1798f92a60cdefa54974944855591047 (patch)
tree33b575c5d9b66f6724646054afb8bf49fc190b4e /files
parent1b7ef5e1fdebcd23c0234d953b1b72be3790d451 (diff)
downloadtranslated-content-8d82e7da1798f92a60cdefa54974944855591047.tar.gz
translated-content-8d82e7da1798f92a60cdefa54974944855591047.tar.bz2
translated-content-8d82e7da1798f92a60cdefa54974944855591047.zip
Update files/ja/glossary/minification/index.md
Co-authored-by: potappo <potappo@gmail.com>
Diffstat (limited to 'files')
-rw-r--r--files/ja/glossary/minification/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/glossary/minification/index.md b/files/ja/glossary/minification/index.md
index 7df103a47a..072f6b5b48 100644
--- a/files/ja/glossary/minification/index.md
+++ b/files/ja/glossary/minification/index.md
@@ -10,7 +10,7 @@ tags:
- 性能
- ウェブの性能
---
-**minification** とは、ブラウザによるリソースの処理に影響を与えることなく、不要なデータや冗長なデータを削除する処理です。
+**minification** とは、ブラウザーによるリソースの処理に影響を与えることなく、不要なデータや冗長なデータを削除する処理です。
minification には、コードコメント、空白、未使用コードの削除、変数名や関数名の短縮が含まれます。Minification はファイルサイズを削減することで、Webのパフォーマンスを向上させるために使用されます。一般的には、ビルド時に自動的に実行されます。