diff options
author | Bradley Taunt <bt@btxx.org> | 2025-04-05 13:02:15 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2025-04-05 13:02:15 -0400 |
commit | 642f48424189e3fcc611e7a0c76ad9952e7a637e (patch) | |
tree | f935c054458687105ccc4518cb463c03a2271f0a | |
parent | 55477d145995347f91e2e0668992e4002f6fabc7 (diff) |
Fix incorrect autocorrect mistake
-rw-r--r-- | index.md | 2 | ||||
-rw-r--r-- | public/index.html | 2 | ||||
-rw-r--r-- | public/index.html.gz | bin | 4039 -> 4043 bytes |
3 files changed, 2 insertions, 2 deletions
@@ -162,7 +162,7 @@ I would suggest the following packages once you feel like installing "additional - aerc (email client) - Firefox (browser) - ffmpeg (media player/converter) -- picom (composer) +- picom (compositor) These can be installed by running `doas pkg_add <package>` in the terminal. diff --git a/public/index.html b/public/index.html index 5764237..854a2d4 100644 --- a/public/index.html +++ b/public/index.html @@ -219,7 +219,7 @@ rcctl start apmd <li>aerc (email client)</li> <li>Firefox (browser)</li> <li>ffmpeg (media player/converter)</li> -<li>picom (composer)</li> +<li>picom (compositor)</li> </ul> <p>These can be installed by running <code>doas pkg_add <package></code> in the terminal.</p> diff --git a/public/index.html.gz b/public/index.html.gz Binary files differindex 787abb9..f5a57cc 100644 --- a/public/index.html.gz +++ b/public/index.html.gz |