fixed a typo in waypoint: style multiple elements with a css class

pull/18182/head
michaelaharvey 2015-12-27 00:13:29 -08:00
parent 1a09f1603f
commit 553db13caf
1 changed files with 1 additions and 1 deletions

View File

@ -517,7 +517,7 @@
"<code>&nbsp;&nbsp;color: blue;</code>",
"<code>}</code>",
"But also remember that class declarations don't use a period, like this:",
"<code>&#60;h2 class=\"blue-text\"&#62;CatPhotoApp&#60;h2&#62;</code>",
"<code>&#60;h2 class=\"blue-text\"&#62;CatPhotoApp&#60;/h2&#62;</code>",
"Apply the <code>red-text</code> class to your <code>h2</code> and <code>p</code> elements."
],
"tests": [