File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import (
26
26
const (
27
27
ServerDescription = "Starts a gitbase server instance"
28
28
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 " +
30
30
"stops the query. With GITBASE_SKIP_GIT_ERRORS variable it won't\n " +
31
31
"complain and just skip those rows or repositories."
32
32
TracerServiceName = "gitbase"
Original file line number Diff line number Diff line change 56
56
57
57
Starts a gitbase server instance
58
58
59
- By default when gitbase encounters and error in a repository it
59
+ By default when gitbase encounters an error in a repository it
60
60
stops the query. With GITBASE_SKIP_GIT_ERRORS variable it won't
61
61
complain and just skip those rows or repositories.
62
62
You can’t perform that action at this time.
0 commit comments