summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2025-12-18 13:05:55 +0100
committerPatrick Spek <p.spek@tyil.nl>2025-12-18 13:05:55 +0100
commit9582862eb33067b82244272cfa3b8376a9eb9e2b (patch)
tree79908cd53eea13647ab10f1ea3574dccfa48a48c
parent517d566b9a9184834b617a786998f49355874474 (diff)
downloadblog-9582862eb33067b82244272cfa3b8376a9eb9e2b.tar.gz
blog-9582862eb33067b82244272cfa3b8376a9eb9e2b.tar.bz2
Fix up typo in A Dashboard for my Homelab
-rw-r--r--content/posts/2025/2025-12-17-a-dashboard-for-my-homelab.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/2025/2025-12-17-a-dashboard-for-my-homelab.md b/content/posts/2025/2025-12-17-a-dashboard-for-my-homelab.md
index 2c7d6d4..1ab1c89 100644
--- a/content/posts/2025/2025-12-17-a-dashboard-for-my-homelab.md
+++ b/content/posts/2025/2025-12-17-a-dashboard-for-my-homelab.md
@@ -32,7 +32,7 @@ myself? Lately I've been enjoying some Go programming, so perhaps this would
make a nice project to get a bit more in to it.
After spending some time looking up how to do basic things, I found
-`http.ServeMux` to do the routing or me. I experimented a little with storing
+`http.ServeMux` to do the routing for me. I experimented a little with storing
the information in a database with [GORM](https://gorm.io/), but realized after
2 days its not worth the effort. Besides, I'd have to create and secure an
administration area, which is more work than I wanted this to be.