Skip to content

Commit d6829e9

Browse files
authored
Merge pull request #1153 from gogolok/fix_typo
📖 Fix typo
2 parents f2d4ad7 + 7ffb16c commit d6829e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/leaderelection/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ limitations under the License.
1515
*/
1616

1717
/*
18-
Package leaderelection contains a constructors for a leader election resource lock.
18+
Package leaderelection contains a constructor for a leader election resource lock.
1919
This is used to ensure that multiple copies of a controller manager can be run with
2020
only one active set of controllers, for active-passive HA.
2121

0 commit comments

Comments
 (0)