Skip to content

Commit a44658e

Browse files
committed
cmd/server: fix typo in command help
Signed-off-by: Javi Fontan <[email protected]>
1 parent 8751de8 commit a44658e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/gitbase/command/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
const (
2727
ServerDescription = "Starts a gitbase server instance"
2828
ServerHelp = ServerDescription + "\n\n" +
29-
"By default when gitbase encounters and error in a repository it\n" +
29+
"By default when gitbase encounters an error in a repository it\n" +
3030
"stops the query. With GITBASE_SKIP_GIT_ERRORS variable it won't\n" +
3131
"complain and just skip those rows or repositories."
3232
TracerServiceName = "gitbase"

docs/using-gitbase/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Usage:
5656
5757
Starts a gitbase server instance
5858
59-
By default when gitbase encounters and error in a repository it
59+
By default when gitbase encounters an error in a repository it
6060
stops the query. With GITBASE_SKIP_GIT_ERRORS variable it won't
6161
complain and just skip those rows or repositories.
6262

0 commit comments

Comments
 (0)