From 46081def56b48f9956911e5844896637d9d081cc Mon Sep 17 00:00:00 2001 From: Mau Di Bert Date: Mon, 10 Dec 2018 10:19:16 -0300 Subject: [PATCH] Update article.md --- 1-js/03-code-quality/05-testing-mocha/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/03-code-quality/05-testing-mocha/article.md b/1-js/03-code-quality/05-testing-mocha/article.md index 02287077..a51ec705 100644 --- a/1-js/03-code-quality/05-testing-mocha/article.md +++ b/1-js/03-code-quality/05-testing-mocha/article.md @@ -233,7 +233,7 @@ Grouping is done with a nested `describe`: describe("pow", function() { *!* - describe("raises x to power n", function() { + describe("raises x to power 3", function() { */!* function makeTest(x) {