Skip to content

Commit db67b51

Browse files
committed
fix: Fixed typo
1 parent ebb6b2f commit db67b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/config/settings.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type Settings struct {
1616
BrowserBin *string `mapstructure:"browserBin"`
1717
Headless bool `mapstructure:"headless"`
1818
Width *int `mapstructure:"width"`
19-
Height *int `mapstructre:"height"`
19+
Height *int `mapstructure:"height"`
2020
}
2121

2222
var settingsFields = []string{

0 commit comments

Comments
 (0)