Skip to content

Commit 19b75ef

Browse files
committed
Fix typos
1 parent f370c1b commit 19b75ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

_posts/2017-02-12-base64-encoding-and-performance-part-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ requesting it, I was going to preload it:
195195
I didn’t notice any drastic improvements on this reduced test case because
196196
preload isn’t really useful here: I already have such a short request chain that
197197
we don’t get any real gains from reordering it. However, if we had a page with
198-
many assets, preload can certainly begin to give use some great boosts. I
198+
many assets, preload can certainly begin to give us some great boosts. I
199199
actually use it [on my homepage](/) to [preload the
200200
masthead](https://github.com/csswizardry/csswizardry.github.com/blob/21044ecec9e11998d7a1e12e9f96be2aa990c652/_includes/head.html#L5-L15):
201201
this is above the fold content that is normally quite late requested, so

_posts/2017-02-12-base64-encoding-and-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ same rule. This means that if we change just one hex value in our CSS
286286
somewhere—a change that might represent up to six bytes of new data—we have to
287287
redownload hundreds of kilobytes of styles, images, and fonts.
288288

289-
In fact, fonts are a really bad offender here: fonts and very, very unlikely to
289+
In fact, fonts are a really bad offender here: fonts are very, very unlikely to
290290
ever change. They’re a very infrequently modified resource. In fact, I just went
291291
and checked a long-running project that another client and I are working on: the
292292
last change to their CSS was yesterday; the last change to their font files was

0 commit comments

Comments
 (0)