fix(frontend): fix tutorial typos (#2852)

* fix(frontend): fix tutorial typos

* feat(frontend): fix wording

* feat(frontend): fix wording
This commit is contained in:
Faton Ramadani
2023-12-14 15:27:23 +01:00
committed by GitHub
parent fdd9374aa1
commit 28b8c4be83
7 changed files with 7 additions and 7 deletions
@@ -29,7 +29,7 @@
const steps = [
{
popover: {
title: 'Welcome to the Windmil Flow editor',
title: 'Branch all tutorial',
description:
'Learn how to build our first branch to be executed on a condition. You can use arrow keys to navigate'
}
@@ -35,7 +35,7 @@
const steps = [
{
popover: {
title: 'Welcome to the Windmil Flow editor',
title: 'Branch one tutorial',
description:
'Learn how to build our first branch to be executed on a condition. You can use arrow keys to navigate'
}
@@ -32,7 +32,7 @@
getSteps={(driver) => [
{
popover: {
title: 'Welcome to the Windmil Flow editor',
title: 'Flow builder tutorial',
description:
'Learn how to build powerful flows in a few steps. You can use arrow keys to navigate.'
}
@@ -40,7 +40,7 @@
return [
{
popover: {
title: 'Welcome to the Windmil Flow editor',
title: 'For loops tutorial',
description:
'Learn how to build our first for loop to iterate on. You can use arrow keys to navigate.'
}
@@ -25,7 +25,7 @@
getSteps={(driver) => [
{
popover: {
title: 'Welcome to the Windmil Flow editor',
title: 'Error handler tutorial',
description: 'Learn how to recover from an error. You can use arrow keys to navigate.',
onNextClick: () => {
$flowStore.value.modules = [
@@ -52,7 +52,7 @@
const steps = [
{
popover: {
title: 'Welcome to the App editor tutorial !',
title: 'App editor tutorial',
description:
'This tutorial will show you how to use the App editor, add components, background scripts and connect them.',
onNextClick: () => {
@@ -20,7 +20,7 @@
getSteps={(driver) => [
{
popover: {
title: 'Welcome to the Windmil Flow editor',
title: 'Expression evaluation tutorial',
description:
'Learn how to build our first branch to be executed on a condition. You can use arrow keys to navigate'
}