From 35b1f94b5fa75dd885880d903eced31f67b21039 Mon Sep 17 00:00:00 2001 From: Shay Cojocaru Date: Tue, 31 Jul 2018 21:13:56 +0300 Subject: [PATCH] fix(typo): connexion => network connection --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 954a126..e18fc7c 100644 --- a/README.md +++ b/README.md @@ -507,7 +507,7 @@ List of the tools you can use to test or monitor your website or application: - [ ] **Page weight < 1500 KB (ideally < 500 KB):** ![high] Reduce the size of your page + resources as much as you can. *Why:* - > Ideally you should try to target < 500 KB but the state of web shows that the median of Kilobytes is around 1500 KB (even on mobile). Depending on your target users, connexion, devices, it's important to reduce as much as possible your total Kilobytes to have the best user experience possible. + > Ideally you should try to target < 500 KB but the state of web shows that the median of Kilobytes is around 1500 KB (even on mobile). Depending on your target users, network connection, devices, it's important to reduce as much as possible your total Kilobytes to have the best user experience possible. *How:* > ⁃ All the rules inside the Front-End Performance Checklist will help you to reduce as much as possible your resources and your code.