Skip to content

Commit dcdd02a

Browse files
janechuCopilot
andcommitted
Remove bare e mention from declarative docs
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b75c346 commit dcdd02a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/fast-element/DECLARATIVE_HTML.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,7 @@ You can pass the DOM event object, the execution context, or both as arguments.
363363
<button @click="{handleClick(user.id)}"></button>
364364
```
365365

366-
Use `$e` for the DOM event object. Bare `e` is not special and resolves like any
367-
other binding path on the current data source.
366+
Use `$e` for the DOM event object.
368367

369368
### Directives
370369

0 commit comments

Comments
 (0)