Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/develop/_sections/frontend-listen.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ appWebview.once('ready', () => {});
```

:::note
Events emitted in the frontend also triggers listeners registed by these APIs.
For more information see the [Calling Rust from the Frontend] documentation.
Events emitted in the frontend also trigger listeners registered by these APIs.
For more information, see the [Calling Rust from the Frontend] documentation.
:::

#### Listening to Events on Rust
Expand Down