We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c6d867 commit 38e7d06Copy full SHA for 38e7d06
internal/js/modules/k6/secrets/secrets.go
@@ -46,7 +46,7 @@ func (mi *Secrets) Exports() modules.Exports {
46
}
47
return modules.Exports{
48
Default: s,
49
- Named: make(map[string]any), // this is intentially not nil so it doesn't export anything as named expeorts
+ Named: make(map[string]any), // this is intentionally not nil so it doesn't export anything as named expeorts
50
51
52
0 commit comments