mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
docs: fix typos and grammar in events documentation (#3564)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user