aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2025-04-05 13:02:15 -0400
committerBradley Taunt <bt@btxx.org>2025-04-05 13:02:15 -0400
commit642f48424189e3fcc611e7a0c76ad9952e7a637e (patch)
treef935c054458687105ccc4518cb463c03a2271f0a
parent55477d145995347f91e2e0668992e4002f6fabc7 (diff)
Fix incorrect autocorrect mistake
-rw-r--r--index.md2
-rw-r--r--public/index.html2
-rw-r--r--public/index.html.gzbin4039 -> 4043 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/index.md b/index.md
index 096f5ba..c8687a8 100644
--- a/index.md
+++ b/index.md
@@ -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 &lt;package&gt;</code> in the terminal.</p>
diff --git a/public/index.html.gz b/public/index.html.gz
index 787abb9..f5a57cc 100644
--- a/public/index.html.gz
+++ b/public/index.html.gz
Binary files differ