Skip to content

Commit 673824f

Browse files
committed
fix: Update WorkAdventure Scripting API package
1 parent 97c881e commit 673824f

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

package-lock.json

Lines changed: 16 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Features/tutorialv1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export function launchTutorialv1(): void {
99

1010
//open modal and show onboarding tuto
1111
WA.ui.modal.openModal({
12-
tiltle: "Welcome onboard!",
12+
title: "Welcome onboard!",
1313
src: tutoUrl,
1414
allow: "fullscreen; clipboard-read; clipboard-write",
1515
allowApi: true,

0 commit comments

Comments
 (0)