freeCodeCamp / freeCodeCamp

freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
http://contribute.freecodecamp.org/intro
BSD 3-Clause "New" or "Revised" License
402.32k stars 37.26k forks source link

Typo in Basic HTML Quiz #56277

Open huyenltnguyen opened 2 hours ago

huyenltnguyen commented 2 hours ago

Description

The word "in" should be remove:

--- A boolean attribute in can be present or absent
+++ A boolean attribute can be present or absent

Changes needed

Apply the change to

https://github.com/freeCodeCamp/freeCodeCamp/blob/c3cebba832d2be009f9728a5c2cd0f7a48469b1b/curriculum/challenges/english/25-front-end-development/quiz-basic-html/66df3b712c41c499e9d31e5b.md#L114

huyenltnguyen commented 2 hours ago

This issue is open to first-time code contributors to this repository. The file that you should be updating is linked in the original post.

We typically do not assign issues. Instead, we accept the most quality contribution followed by the one that is made first.

Please make sure you read our guidelines for contributing as well as our expectations from a pull request, we prioritize contributors following the instructions in our guides. Join us in our chat room or our forum if you need help contributing; our moderators will guide you through this.

Happy contributing.