Skip to content

Commit c5a717e

Browse files
committed
Fix function name typo
Signed-off-by: Zabil Cheriya Maliackal <zabilcm@gmail.com>
1 parent 89e36aa commit c5a717e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/tests/parameter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Step } from "gauge-ts";
33

44
export default class Parameter {
55
@Step("Trimmed <original> is the same as <expected>")
6-
public async checkTrimmeWord(original: string, expected: string) {
6+
public async checkTrimmedWord(original: string, expected: string) {
77
assert.strictEqual(original.trim(), expected);
88
}
99
}

0 commit comments

Comments
 (0)