views/error: fix a typo
This commit is contained in:
parent
fcbeb26353
commit
ce3dfa60e4
|
@ -10,4 +10,4 @@ class Error extends Widget
|
||||||
if @err
|
if @err
|
||||||
p @err
|
p @err
|
||||||
else
|
else
|
||||||
p "If this was a real error there would be debug text here"
|
p "If this was a real error there would be debug text here."
|
||||||
|
|
Loading…
Reference in New Issue