Skip to content

Commit 1a9ca63

Browse files
committed
spelling: variable
Signed-off-by: Josh Soref <[email protected]>
1 parent a32c6d2 commit 1a9ca63

File tree

1 file changed

+1
-1
lines changed
  • packages/rules-unit-testing/src

1 file changed

+1
-1
lines changed

packages/rules-unit-testing/src/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export async function withFunctionTriggersDisabled<TResult>(
7272
if (!hub) {
7373
throw new Error(
7474
'Please specify the Emulator Hub host and port via arguments or set the environment ' +
75-
`varible ${EMULATOR_HOST_ENV_VARS.hub}!`
75+
`variable ${EMULATOR_HOST_ENV_VARS.hub}!`
7676
);
7777
}
7878

0 commit comments

Comments
 (0)