Skip to content

Commit 21d9b0e

Browse files
committed
backend: fix comment by linter
Signed-off-by: Dmitry Ponomaryov <iamhalje@gmail.com>
1 parent ab89cc4 commit 21d9b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/pkg/headlampconfig/headlampConfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77

88
type HeadlampCFG struct {
99
UseInCluster bool
10-
// InClusterContextName is the name of the in-cluster context as it shoudl apper to users.
10+
// InClusterContextName is the name of the in-cluster context as it should apper to users.
1111
InClusterContextName string
1212
ListenAddr string
1313
CacheEnabled bool

0 commit comments

Comments
 (0)