Skip to content

Commit 5402e41

Browse files
authored
docs: fix typos and grammar in events documentation (tauri-apps#3564)
1 parent c43330f commit 5402e41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/develop/_sections/frontend-listen.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ appWebview.once('ready', () => {});
6464
```
6565

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

7171
#### Listening to Events on Rust

0 commit comments

Comments
 (0)