From 0471f7f8d8415731cd14d652e18f083a69b55fcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Franco?= Date: Thu, 6 Aug 2020 17:33:56 +0200 Subject: [PATCH] Removing # from property name to be consistent with previous challenges (#39334) --- .../test-if-an-object-has-a-property.english.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/06-quality-assurance/quality-assurance-and-testing-with-chai/test-if-an-object-has-a-property.english.md b/curriculum/challenges/english/06-quality-assurance/quality-assurance-and-testing-with-chai/test-if-an-object-has-a-property.english.md index 3bb6c614572..dff041ce1a3 100644 --- a/curriculum/challenges/english/06-quality-assurance/quality-assurance-and-testing-with-chai/test-if-an-object-has-a-property.english.md +++ b/curriculum/challenges/english/06-quality-assurance/quality-assurance-and-testing-with-chai/test-if-an-object-has-a-property.english.md @@ -9,7 +9,7 @@ forumTopicId: 301604 ## Description
As a reminder, this project is being built upon the following starter project on Glitch, or cloned from GitHub. -#property asserts that the actual object has a given property. +property asserts that the actual object has a given property.