Hi team,
I’m quite new to this community, and I really appreciate the work done.
I’d like to point out two typos I have detected:
“These special type of inputs rely on complex pseudo-elements”
Should be
“These special types of input rely on complex pseudo-elements”
“In the CSS box model, every element is sorrounded by a box.”
Should be
“In the CSS box model, every element is surrounded by a box.”
Thank again for the immersive courses!
ILM
April 27, 2025, 9:24am
2
Thank you for helping make FCC better. Bugs can be reported as GitHub Issues . Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.
1 Like
Hi @robin.tournadre !
Welcome to the forum!
Thank you for reporting those issues.
One of those issues has been fixed and should be live on the site soon.
Here is the issue for the other typo you saw
opened 06:42AM - 29 Apr 25 UTC
scope: curriculum
first timers only
full stack cert
## First typo
https://www.freecodecamp.org/learn/full-stack-developer/lecture-b… est-practices-for-styling-forms/what-are-common-issues-when-styling-special-input-elements
“These special type of inputs rely on complex pseudo-elements”
Should be
“These special types of inputs rely on complex pseudo-elements”
Here is the file you need to change
https://github.com/freeCodeCamp/freeCodeCamp/blob/main/curriculum/challenges/english/25-front-end-development/lecture-best-practices-for-styling-forms/672bca660aa9f9ce9b2b2787.md?plain=1#L17
1 Like