Skip to content

Commit

Permalink
grammar issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rderoldan1 committed Feb 10, 2014
1 parent 44cb8a4 commit 74c746c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/md_simple_editor.js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $ ->
else if option == 'md_underline'
"<u>Your undelined text here </u>"
else if option == 'md_table'
"\n|Header|Header|Header|\n|:------|:-------:|------:|\n|Left aligment|Centered|right aligment|\n\n<br>"
"\n|Header|Header|Header|\n|:------|:-------:|------:|\n|Left alignment|Centered|Right alignment|\n\n<br>"
else if option == 'md_minus'
"\n<hr>\n"
else if option == 'md_square'
Expand Down

0 comments on commit 74c746c

Please sign in to comment.