Removing # from property name to be consistent with previous challenges (#39334)

This commit is contained in:
Iván Franco
2020-08-06 17:33:56 +02:00
committed by GitHub
parent f6468f9053
commit 0471f7f8d8

View File

@ -9,7 +9,7 @@ forumTopicId: 301604
## Description ## Description
<section id='description'> <section id='description'>
As a reminder, this project is being built upon the following starter project on <a href='https://glitch.com/edit/#!/remix/clone-from-repo?REPO_URL=https://github.com/freeCodeCamp/boilerplate-mochachai/'>Glitch</a>, or cloned from <a href='https://github.com/freeCodeCamp/boilerplate-mochachai/'>GitHub</a>. As a reminder, this project is being built upon the following starter project on <a href='https://glitch.com/edit/#!/remix/clone-from-repo?REPO_URL=https://github.com/freeCodeCamp/boilerplate-mochachai/'>Glitch</a>, or cloned from <a href='https://github.com/freeCodeCamp/boilerplate-mochachai/'>GitHub</a>.
<code>#property</code> asserts that the actual object has a given property. <code>property</code> asserts that the actual object has a given property.
</section> </section>