Skip to content

Commit e143fa4

Browse files
committed
fix: Fix typo; closes #76
1 parent 5e9d8b3 commit e143fa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2020-04-22-real-world-effectiveness-of-brotli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ the speed at which those admittedly fewer chunks of data arrive will not change.
9191
### TCP, Packets, and Round Trips
9292

9393
Taking a very reductive and simplistic view of how files are transmitted from
94-
server to client, we need to look at TCP. When we receive a file from a sever,
94+
server to client, we need to look at TCP. When we receive a file from a server,
9595
we don’t get the whole file in one go. TCP, upon which HTTP sits, breaks the
9696
file up into segments, or _packets_. Those packets are sent, in batches, in
9797
order, to the client. They are each acknowledged before the next series of

0 commit comments

Comments
 (0)