mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): correct grammar in transcript ("you" → "you're") (#60251)
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ So, what are some real-world examples of when to use the `setAttribute()` method
|
||||
|
||||
If you were building a dynamic image gallery, you might need to update the `src` attribute of an image element when a user clicks on a thumbnail.
|
||||
|
||||
Another example would be if you dealing with form validation and need to add certain attributes like `required` or `minlength` to an `input` element.
|
||||
Another example would be if you're dealing with form validation and need to add certain attributes like `required` or `minlength` to an `input` element.
|
||||
|
||||
# --questions--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user