diff --git a/challenges/bootstrap.json b/challenges/bootstrap.json index 610919a282..da7a510236 100644 --- a/challenges/bootstrap.json +++ b/challenges/bootstrap.json @@ -133,7 +133,7 @@ "", "
Click here for cat photos.
", "", - "Things cats love:
", "body
element.",
+ "Every HTML page has a body
element.",
"We can prove that the body
element exists here by giving it a background-color
of black.",
"We can do this by adding body { background-color: black; }
to our style
element."
],
diff --git a/challenges/jquery.json b/challenges/jquery.json
index d6a6fa0fb0..af43174369 100644
--- a/challenges/jquery.json
+++ b/challenges/jquery.json
@@ -314,7 +314,7 @@
],
"tests": [
"assert($(\".btn-default\").length === 0, 'Remove the btn-default
class from all of your button
elements.')",
- "assert(editor.match(/btn btn-default/g), 'Only use jQuery to add these classes to the element.')"
+ "assert(editor.match(/btn btn-default/g), 'Only use jQuery to remove this class from the element.')"
],
"challengeSeed": [
"fccss",