Skip to content

Commit 1ba7ae4

Browse files
chore: comment typo fix
1 parent a39df7d commit 1ba7ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/webdriverio/test/test_setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export async function driverTeardown() {
8989
*
9090
* @param playgroundUrl The URL to open for the test, which should be
9191
* a Blockly playground with a workspace.
92-
* @returns A Promsie that resolves to a webdriverIO browser that tests can manipulate.
92+
* @returns A Promise that resolves to a webdriverIO browser that tests can manipulate.
9393
*/
9494
export async function testSetup(
9595
playgroundUrl: string,

0 commit comments

Comments
 (0)