views/error: fix a typo

This commit is contained in:
Christine Dodrill 2015-02-10 14:34:17 -08:00
parent fcbeb26353
commit ce3dfa60e4
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ class Error extends Widget
if @err
p @err
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."