Fix a handful of typos

This commit is contained in:
Richard Macklin
2025-08-11 10:13:44 -07:00
parent 539eb240be
commit 793b346d1d
5 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
if [[ -z "$1" ]]; then
echo "Usage: omarchy-instal-dev-env <ruby|node|bun|go|laravel|symfony|php|python|elixir|rust|java|ocaml|dotnet>" >&2
echo "Usage: omarchy-install-dev-env <ruby|node|bun|go|laravel|symfony|php|python|elixir|rust|java|ocaml|dotnet>" >&2
exit 1
fi