2026-05-05
> 2026-05-05: note: Fix note's typo
diff --git a/note/run-guile-script-with-guix.md b/note/run-guile-script-with-guix.md
index 3693240..37dbe03 100644
--- a/note/run-guile-script-with-guix.md
+++ b/note/run-guile-script-with-guix.md
@@ -60,7 +60,7 @@ the result is:
```
$ ./print-keys.scm file.json
-foo.json's keys:
+file.json's keys:
b
a
---