chore: fix constructor typo in attributes comment (#18115)

## Summary
- Fix the `constructor` typo in the attributes comment.

## Related issue
- N/A

## Guideline alignment
- Read `CONTRIBUTING.md` and kept this to one focused text-only file
change.
- No behavior, test, fixture, changeset, or generated-file changes.

## Test plan
- `git diff --check`
- Not run: comment-only change.

Co-authored-by: Codex <codex@openai.com>
pull/18163/head
Rohan Santhosh Kumar 3 months ago committed by GitHub
parent 146cb5ea6c
commit 7719a74eef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -584,7 +584,7 @@ function get_setters(element) {
var element_proto = Element.prototype;
// Stop at Element, from there on there's only unnecessary setters we're not interested in
// Do not use contructor.name here as that's unreliable in some browser environments
// Do not use constructor.name here as that's unreliable in some browser environments
while (element_proto !== proto) {
descriptors = get_descriptors(proto);

Loading…
Cancel
Save