From b713eafcbe3142631138bbac74e463e3a955903b Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 19 Sep 2019 16:23:48 +0300 Subject: [PATCH] docs: update --- manuscript/chapter7.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manuscript/chapter7.txt b/manuscript/chapter7.txt index 2ea64e1..655ab0f 100644 --- a/manuscript/chapter7.txt +++ b/manuscript/chapter7.txt @@ -25,7 +25,7 @@ Contrary to popular belief, there is no issue in utilizing raw escape sequences. | `\e[5m` | Slow blink. | | `\e[7m` | Swap foreground and background colors. | | `\e[8m` | Hidden text. | -| `\e[9m` | Striket-hrough text. | +| `\e[9m` | Strike-through text. | ## Cursor Movement