diff options
| -rw-r--r-- | src/blog/2024-04-07-expand-unexpand/expand-unexpand.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blog/2024-04-07-expand-unexpand/expand-unexpand.md b/src/blog/2024-04-07-expand-unexpand/expand-unexpand.md index 17e23cc..19d6f3b 100644 --- a/src/blog/2024-04-07-expand-unexpand/expand-unexpand.md +++ b/src/blog/2024-04-07-expand-unexpand/expand-unexpand.md | |||
| @@ -24,7 +24,7 @@ $ echo ' hello world?' | expand -t 3 | |||
| 24 | hello world? | 24 | hello world? |
| 25 | ``` | 25 | ``` |
| 26 | 26 | ||
| 27 | As you can see, the TAB in the middle of the line si preserved. | 27 | As you can see, the TAB in the middle of the line is preserved. |
| 28 | Well I guess you can't really see it. Also, I am pretty sure the | 28 | Well I guess you can't really see it. Also, I am pretty sure the |
| 29 | markdown-to-html converter I use turns tabs into spaces anyway. | 29 | markdown-to-html converter I use turns tabs into spaces anyway. |
| 30 | This example is a trainwreck, let's move on. | 30 | This example is a trainwreck, let's move on. |
