Skip to content

Commit 38e7d06

Browse files
committed
typo
1 parent 6c6d867 commit 38e7d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/js/modules/k6/secrets/secrets.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func (mi *Secrets) Exports() modules.Exports {
4646
}
4747
return modules.Exports{
4848
Default: s,
49-
Named: make(map[string]any), // this is intentially not nil so it doesn't export anything as named expeorts
49+
Named: make(map[string]any), // this is intentionally not nil so it doesn't export anything as named expeorts
5050
}
5151
}
5252

0 commit comments

Comments
 (0)