Skip to content

Commit 79be6df

Browse files
committed
Correct spelling errors in colorization.rb example
1 parent 3ce0721 commit 79be6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/colorization.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616
# Colorization should only be applied to TTY logging destinations like STDOUT
1717
# and STDERR. Inserting color codes into a log file is generally considered
18-
# bad from; these color codes cause issues for some command lien programs like
18+
# bad form; these color codes cause issues for some command line programs like
1919
# "less" and "more".
2020
#
2121
# A 'default" color scheme is provided with the Logging framework. In the

0 commit comments

Comments
 (0)