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

pull/39380/head
Iván Franco 2020-08-06 17:33:56 +02:00 committed by GitHub
parent f6468f9053
commit 0471f7f8d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ forumTopicId: 301604
## 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>.
<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>