Skip to content

Commit

Permalink
Update 04-Quiz.js
Browse files Browse the repository at this point in the history
Capitalize first letter of question arkency#4
  • Loading branch information
boton committed Aug 11, 2015
1 parent 76221f1 commit 8c19060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/es6/04-Quiz.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe("04 - Quiz", () => {
assert.equal(Answers.answer3 === 'render', true, "In every component we created, there was one method. It contained JSX code.");
});

it("question #4", () => {
it("Question #4", () => {
assert.equal(Answers.answer4 === 'className', true, "`class` is a reserved word in JavaScript. See JSX code in exercise #2.");
});

Expand Down

0 comments on commit 8c19060

Please sign in to comment.