diff --git a/guides/mime.md b/guides/mime.md index fb28963fb..2770ae55e 100644 --- a/guides/mime.md +++ b/guides/mime.md @@ -42,7 +42,7 @@ Here are some common MIME types: > _Octet_ is another name for an 8-bit value, commonly known as a _byte_. > (Historically the number of bits in a byte varied, even though today they're -> vitually always 8 bits. An octet is _always_ 8 bits by definition.) +> virtually always 8 bits. An octet is _always_ 8 bits by definition.) There are [a lot of MIME types](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Complete_list_of_MIME_types). @@ -127,4 +127,4 @@ In that case, it has two options: 1. It can spawn an external viewer to show the file, if it is aware of one. -2. It can simply download the file and let the user deal with it later. \ No newline at end of file +2. It can simply download the file and let the user deal with it later.