fix(curriculum): correct grammar in transcript ("you" → "you're") (#60251)

This commit is contained in:
Vishnu D
2025-05-09 21:52:38 +05:30
committed by GitHub
parent 7ffadd0530
commit 053a6072d4
@@ -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--