aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-04-07 07:05:42 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-04-07 07:05:42 +0200
commit71d9f7de3e392d1ec97b53f80c265eea07b65a13 (patch)
treec6aa9f86bc2c31e6ac3bd0c3a0dfaf3edd646604
parentfc10463dfc5a64ff8dcd035e1933f8da1b66bc0e (diff)
downloadsebastiano.tronto.net-71d9f7de3e392d1ec97b53f80c265eea07b65a13.tar.gz
sebastiano.tronto.net-71d9f7de3e392d1ec97b53f80c265eea07b65a13.zip
another typo
-rw-r--r--src/blog/2024-04-07-expand-unexpand/expand-unexpand.md2
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
27As you can see, the TAB in the middle of the line si preserved. 27As you can see, the TAB in the middle of the line is preserved.
28Well I guess you can't really see it. Also, I am pretty sure the 28Well I guess you can't really see it. Also, I am pretty sure the
29markdown-to-html converter I use turns tabs into spaces anyway. 29markdown-to-html converter I use turns tabs into spaces anyway.
30This example is a trainwreck, let's move on. 30This example is a trainwreck, let's move on.

Generated with cgit - Back to sebastiano.tronto.net