From 59cb2b5ddad45e09a34d7ff73badbb38a9044179 Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Wed, 17 Dec 2025 15:26:05 +0400 Subject: [PATCH] chore: fix typos --- mise/tasks/lint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise/tasks/lint b/mise/tasks/lint index cd07c0c..79f6f2e 100755 --- a/mise/tasks/lint +++ b/mise/tasks/lint @@ -1,5 +1,5 @@ #!/bin/bash -#MISE description="Lint the validator package using SwiftLint and SwiftFormat" +#MISE description="Lint the typhoon package using SwiftLint and SwiftFormat" #MISE usage flag "-f --fix" help="Fix the fixable issues" set -eo pipefail