Skip to content

Commit bdd6eda

Browse files
committed
k6/secrets: typo
1 parent 39ae7e0 commit bdd6eda

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 intentionally 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 exports
5050
}
5151
}
5252

0 commit comments

Comments
 (0)