From af9ea070c5c68db70ed279741722e28160e59760 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 20 Dec 2020 08:04:26 +1100 Subject: [PATCH] docs: fix simple typo, vitually -> virtually There is a small typo in guides/mime.md. Should read `virtually` rather than `vitually`. --- guides/mime.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.