Skip to content

Commit

Permalink
Update sites/website/src/docs/advanced/working-without-decorators.md
Browse files Browse the repository at this point in the history
Co-authored-by: John Kreitlow <863023+radium-v@users.noreply.github.com>
  • Loading branch information
janechu and radium-v authored Aug 2, 2024
1 parent 107ba9d commit 73cbe5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ FASTElement.define(MyElement);
<my-element count="42">
```

This accepts the same configuration options as the `@attr` so for example to bind a property name that is different from an attribute name:
The static `definition` accepts the same configuration options as the `@attr` decorator. For example, to bind a property name that is different from an attribute name:

```javascript
import { FASTElement, html, css } from '@microsoft/fast-element';
Expand Down

0 comments on commit 73cbe5e

Please sign in to comment.