- commit
 - 69d43ee30289dd63a2d447ef695b27c70fa153ac
 - parent
 - bfb9249c6b661bac6da0ae2df3cc867279d2cf9e
 - Author
 - Tobias Bengfort <tobias.bengfort@posteo.de>
 - Date
 - 2024-05-08 18:30
 
typos
Diffstat
| M | _content/posts/2023-01-29-python-async-loops/index.md | 2 | +- | 
| M | _content/posts/2024-03-15-fluid-typography/index.md | 2 | +- | 
| M | _content/posts/2024-04-24-margin-collapsing/index.md | 2 | +- | 
3 files changed, 3 insertions, 3 deletions
diff --git a/_content/posts/2023-01-29-python-async-loops/index.md b/_content/posts/2023-01-29-python-async-loops/index.md
@@ -30,7 +30,7 @@ If you are interested, all eight implementations are available on 30 30 The following script outputs random numbers at random intervals: 31 31 32 32 ```bash33 -1 ##!/bin/bash-1 33 #!/bin/bash 34 34 while true; do 35 35 sleep $(($RANDOM % 5)) 36 36 echo $RANDOM
diff --git a/_content/posts/2024-03-15-fluid-typography/index.md b/_content/posts/2024-03-15-fluid-typography/index.md
@@ -133,7 +133,7 @@ h1 {
  133   133 ```
  134   134 
  135   135 Comig back to fluid typography, the people at [utopia][utopia] propose to also
  136    -1 adapt that base scale (they say this is what they do, but actually the do
   -1   136 adapt that base scale (they say this is what they do, but actually they do
  137   137 linear interpolation between the powers). Again, this can easily be done using
  138   138 `--factor`:
  139   139 
diff --git a/_content/posts/2024-04-24-margin-collapsing/index.md b/_content/posts/2024-04-24-margin-collapsing/index.md
@@ -97,7 +97,7 @@ the list doesn't know whether it contains paragraphs or not. So maybe just 97 97 looking at siblings isn't enough. 98 98 99 99 I really like this approach. But because of its limitations I currently only100 -1 use it in some special cases, e.g. top borders on headings.-1 100 use it in some special cases, e.g. top margins on headings. 101 101 102 102 ## flex gap 103 103