Skip to content

Commit

Permalink
Merge pull request anru#24 from zebpalmer/master
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
Sergey Rublev committed Oct 9, 2013
2 parents 3ec3617 + 16c890d commit 326c8fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/markit/sets/rest/set.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ mySettings = {
{name:'=, for sections', text:'=', key:'3', placeHolder:'Section title..', closeWith: miu.makeMarkDown('=') },
{name:'-, for subsections', text:'-', key:'4', placeHolder:'Subsection title..', closeWith: miu.makeMarkDown('-') },
{name:'^, for subsubsections', text:'^', key:'5', placeHolder:'Subsubsection title..', closeWith: miu.makeMarkDown('^') },
{name:'", for paragraphs', text:'"', key:'6', placeHolder:'Paragrapth title..', closeWith: miu.makeMarkDown('"') },
{name:'*, for paragraphs', text:'*', key:'7', placeHolder:'Paragrapth title..', closeWith: miu.makeMarkDown('*') },
{name:'", for paragraphs', text:'"', key:'6', placeHolder:'Paragraph title..', closeWith: miu.makeMarkDown('"') },
{name:'*, for paragraphs', text:'*', key:'7', placeHolder:'Paragraph title..', closeWith: miu.makeMarkDown('*') },
{separator:'---------------' },
{name:'Bold', key:'B', openWith:'**', closeWith:'**', className: 'buttonBold'},
{name:'Italic', key:'I', openWith:'*', closeWith:'*', className: 'buttonItalic'},
Expand All @@ -156,4 +156,4 @@ mySettings = {
//{separator:'---------------'},
//{name:'Preview', call:'preview', className:"preview"}
]
}
}

0 comments on commit 326c8fb

Please sign in to comment.