Skip to content

Commit 0fc9bda

Browse files
committed
fix comment
1 parent c7ca534 commit 0fc9bda

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/concept/Inter-Process Communication

1 file changed

+2
-2
lines changed

src/content/docs/concept/Inter-Process Communication/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ Core -> Frontend: "Event"{style.animated: true}
5454
<figcaption>Events sent between the Core and the Webview.</figcaption>
5555
</figure>
5656

57-
{/* This is important to mention to make it clear to the developer
58-
what they need to do to secure their application. */}
57+
{/* This is important to mention to make it clear to the developer what they need to do to secure their application. */}
58+
5959
Under the hood, events still utilize Commands,
6060
and the access to the events API is controlled by the
6161
[Event permissions](/reference/acl/core-permissions/#event).

0 commit comments

Comments
 (0)