E2E Selectors: Fix comment typo (#115528)

fix typo
This commit is contained in:
Erik Sundell
2025-12-18 06:44:33 +00:00
committed by GitHub
parent 0b233d20dd
commit 7572acf380
@@ -15,7 +15,7 @@ export type FunctionSelector = (id: string) => string;
export type FunctionSelectorTwoArgs = (arg1: string, arg2: string) => string;
/**
* A function selector without argument
* A function selector without arguments
*/
export type CssSelector = () => string;