We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d04976 commit 0bbca23Copy full SHA for 0bbca23
cli.go
@@ -26,7 +26,7 @@ import (
26
27
// Configuration for your Main() or ServerMain() function.
28
// These variables is how to setup the arguments, flags and usage parsing for [Main] and [ServerMain].
29
-// At minium set the MinArgs should be set.
+// At minimum the MinArgs should be set.
30
var (
31
// Out parameters:
32
// *Version will be filled automatically by the cli package, using [fortio.org/version.FromBuildInfo()].
0 commit comments