From 5402e4134403a01a34f45ce4f7be764faa6ecfcb Mon Sep 17 00:00:00 2001 From: Vishal Umavane Date: Mon, 27 Oct 2025 03:10:19 +0530 Subject: [PATCH] docs: fix typos and grammar in events documentation (#3564) --- src/content/docs/develop/_sections/frontend-listen.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/develop/_sections/frontend-listen.mdx b/src/content/docs/develop/_sections/frontend-listen.mdx index c7e918d97..7184d9789 100644 --- a/src/content/docs/develop/_sections/frontend-listen.mdx +++ b/src/content/docs/develop/_sections/frontend-listen.mdx @@ -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