aaronpowell / dotnet-delice

📑 A CLI to help you get insight into your projects' licenses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Misspelled word in console output

KeitoDev opened this issue · comments

In ConsoleOutput.fs there is a reference to "occurances" which should be "occurrences" instead. This typo is sent to output, as opposed to being internal to the codebase.

Link:

colorprintfn "├── There are $yellow[%d] occurances of $green[%s]" printable.Count printable.Expression