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