Skip to content

Commit cacf061

Browse files
author
Mike Taylor
committed
Fixes #591 - Typo in form field. >_<
1 parent 20575b9 commit cacf061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webcompat/form.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
(u'video_bug', u'Video doesn\'t play'),
2929
(u'layout_bug', u'Layout is messed up'),
3030
(u'text_bug', u'Text is not visible'),
31-
(u'unknown_bug', u'Somethign else - I\'ll add details below')
31+
(u'unknown_bug', u'Something else - I\'ll add details below')
3232
]
3333

3434
url_message = u'A URL is required.'

0 commit comments

Comments
 (0)