Skip to content

Commit

Permalink
update MDN url for attributeChangedCallback() (#4560)
Browse files Browse the repository at this point in the history
  • Loading branch information
38elements committed Mar 26, 2024
1 parent dd64885 commit 23121c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/reactive-element/src/reactive-element.ts
Expand Up @@ -1136,7 +1136,7 @@ export abstract class ReactiveElement
* overridden, `super.attributeChangedCallback(name, _old, value)` must be
* called.
*
* See [using the lifecycle callbacks](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements#using_the_lifecycle_callbacks)
* See [responding to attribute changes](https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_custom_elements#responding_to_attribute_changes)
* on MDN for more information about the `attributeChangedCallback`.
* @category attributes
*/
Expand Down

0 comments on commit 23121c2

Please sign in to comment.