Tiny grammar change tutorial (#2503)

This commit is contained in:
Henri Courdent
2023-10-24 15:20:44 +02:00
committed by GitHub
parent 7a0346e167
commit 18ef3542b3
@@ -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(() => {