summaryrefslogtreecommitdiff
path: root/content/blog/trying-out-helix.md
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2025-10-05 08:01:18 +0200
committerNantha Sorubakanthan <nantha@mielota.com>2025-10-05 08:01:18 +0200
commit82a8ab39146187234c438f8e3e6617f82f4b34f7 (patch)
tree99f7145f81412dbfabf2c42209141b52f1ad6450 /content/blog/trying-out-helix.md
parent2099bfd66bc9778d60d9f1bbb7afcd1200a33edd (diff)
Correcting small imperfections
Diffstat (limited to 'content/blog/trying-out-helix.md')
-rw-r--r--content/blog/trying-out-helix.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/blog/trying-out-helix.md b/content/blog/trying-out-helix.md
index 032e8aa..f7fd503 100644
--- a/content/blog/trying-out-helix.md
+++ b/content/blog/trying-out-helix.md
@@ -13,7 +13,7 @@ On a ton of distros it's easy to install it, on Arch you can just go:
sudo pacman -S helix
```
-Normally, you use the helix binary with the `hx` command. But on Arch, you have to spell the whole `helix ` word out, so you should probably make an alias in your shell's config if it bothers you.
+Normally, you use the helix binary with the `hx` command. But on Arch, you have to spell the whole `helix` word out, so you should probably make an alias in your shell's config if it bothers you.
```sh
alias hx="helix"