Skip to content

Commit

Permalink
examples: fix typo in demo (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrschumacher committed Dec 19, 2023
1 parent d52159e commit 877a1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _examples/demo/demo/main.go
Expand Up @@ -131,7 +131,7 @@ func main() {
pterm.DefaultCenter.WithCenterEachLineSeparately().Println(fadeInfo)
})

showcase("Fully Customizale", 2, func() {
showcase("Fully Customizable", 2, func() {
for i := 0; i < 4; i++ {
pterm.Println()
}
Expand Down

0 comments on commit 877a1e8

Please sign in to comment.