docs: fix typos and grammar in events documentation (#3564)

This commit is contained in:
Vishal Umavane
2025-10-27 03:10:19 +05:30
committed by GitHub
parent c43330fc62
commit 5402e41344

View File

@@ -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