Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Nov 17, 2021
1 parent d140dc2 commit 8fd8087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/mutation-observer/mutation-observer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export default class SlMutationObserver extends LitElement {
private mutationObserver: MutationObserver;

/**
* Watches for changes to attributes. If set to *, all changes will be reported. To watch only specific attributes,
* separate them by a space, e.g. "class id title".
* Watches for changes to attributes. To watch only specific attributes, separate them by a space, e.g.
* `class id title`. To watch all attributes, use `*`.
*/
@property({ reflect: true }) attr: string;

Expand Down

0 comments on commit 8fd8087

Please sign in to comment.