From 18ef3542b3169f33486f4b147c763273d6ff4e98 Mon Sep 17 00:00:00 2001 From: Henri Courdent <122811744+hcourdent@users.noreply.github.com> Date: Tue, 24 Oct 2023 15:20:44 +0200 Subject: [PATCH] Tiny grammar change tutorial (#2503) --- frontend/src/lib/components/tutorials/app/AppTutorial.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/tutorials/app/AppTutorial.svelte b/frontend/src/lib/components/tutorials/app/AppTutorial.svelte index 0e474c6efd..b3dc895902 100644 --- a/frontend/src/lib/components/tutorials/app/AppTutorial.svelte +++ b/frontend/src/lib/components/tutorials/app/AppTutorial.svelte @@ -115,7 +115,7 @@ popover: { title: 'Component input', description: - 'They are several ways to set the input of a component. It can be static, the resul of an JS expression, connected to the output of another component, or the result of a inline runnable. Here we will create an inline runnable that will convert the text to uppercase.', + 'They are several ways to set the input of a component. It can be static, the result of a JS expression, connected to the output of another component, or the result of a inline runnable. Here we will create an inline runnable that will convert the text to uppercase.', onNextClick: () => { clickFirstButtonBySelector('#component-input') setTimeout(() => {