fixed small typo

pull/1637/head
Samuel Plumppu 2015-08-07 14:53:24 +02:00
parent 350d59a235
commit 805327ebac
1 changed files with 1 additions and 1 deletions

View File

@ -1533,7 +1533,7 @@
"Now let's build something from scratch to practice our HTML, CSS and Bootstrap skills.",
"We'll build a jQuery playground, which we'll soon put to use in our jQuery challenges.",
"To start with, create an <code>h3</code> element, with the text \"jQuery Playground\".",
"Color your <code>h3</code> element with the \"text-primary\" Bootstrap class, and center it with the \"text-center\" bootstrap class."
"Color your <code>h3</code> element with the \"text-primary\" Bootstrap class, and center it with the \"text-center\" Bootstrap class."
],
"tests": [
"assert($('h3') && $('h3').length > 0, 'Add a <code>h3</code> element to your page.')",