Skip to content

Commit b8703f7

Browse files
committed
build: fix typo
1 parent 97134a9 commit b8703f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Target.create "SelfCheck" (fun _ ->
221221
printfn "Checking %s..." coreProj.FullName
222222
exec "dotnet" (sprintf "run lint %s" coreProj.FullName) consoleProj.Directory.FullName
223223

224-
printfn "Run FsharpLint with defualt rules."
224+
printfn "Running self-check with default rules."
225225
runLinter ()
226226

227227
let fsharplintJsonDir = Path.Combine("src", "FSharpLint.Core", "fsharplint.json")

0 commit comments

Comments
 (0)