Merge pull request #1166 from dracula2000/stevenson
Fix typo in Stevenson: "ERROR" only has three "R's".
This commit is contained in:
commit
c0bead4ae1
|
@ -5,7 +5,7 @@ module Jekyll
|
||||||
DEBUG = 0
|
DEBUG = 0
|
||||||
INFO = 1
|
INFO = 1
|
||||||
WARN = 2
|
WARN = 2
|
||||||
ERRROR = 3
|
ERROR = 3
|
||||||
|
|
||||||
# Public: Create a new instance of Stevenson, Jekyll's logger
|
# Public: Create a new instance of Stevenson, Jekyll's logger
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue