From 107c0c6c6e97a0799498bb58f96ef045d0cf37bf Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 11:26:37 +0100 Subject: [PATCH] docs: fix grammar in preload tutorial summary (#45558) Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Josh Jancourtz <66430238+jcolpal@users.noreply.github.com> --- docs/tutorial/tutorial-3-preload.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/tutorial-3-preload.md b/docs/tutorial/tutorial-3-preload.md index f4138ef893ec..0854de830509 100644 --- a/docs/tutorial/tutorial-3-preload.md +++ b/docs/tutorial/tutorial-3-preload.md @@ -252,7 +252,7 @@ apps often use the preload script to set up inter-process communication (IPC) in to pass arbitrary messages between the two kinds of processes. In the next part of the tutorial, we will be showing you resources on adding more -functionality to your app, then teaching you distributing your app to users. +functionality to your app, then teaching you how to distribute your app to users.