We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50233db commit 72d478bCopy full SHA for 72d478b
okapicli/okapi_cli.go
@@ -227,7 +227,7 @@ func (c *CLI) RunServer(opts ...*RunOptions) error {
227
// Run starts Okapi using default options and waits for shutdown signals.
228
// It handles graceful shutdown automatically.
229
//
230
-//It is a shortcut for RunServer(nil)
+// It is a shortcut for RunServer(nil)
231
func (c *CLI) Run() error {
232
return c.RunServer(nil)
233
}
0 commit comments