From 870ca80869f7fc9c836dba792634fcc95a2d60d1 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Wed, 27 Nov 2024 16:24:24 +0800 Subject: [PATCH] fix: typo --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index e90e190a5..b7cf221e2 100644 --- a/Justfile +++ b/Justfile @@ -1,7 +1,7 @@ # just is a command runner, Justfile is very similar to Makefile, but simpler. # Use nushell for shell commands -# To usage this justfile, you need to enter a shell with just & nushell installed: +# To use this justfile, you need to enter a shell with just & nushell installed: # # nix shell nixpkgs#just nixpkgs#nushell set shell := ["nu", "-c"]