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 (
2626const (
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"
Original file line number Diff line number Diff line change 5656
5757Starts 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
6060stops the query. With GITBASE_SKIP_GIT_ERRORS variable it won't
6161complain and just skip those rows or repositories.
6262
You can’t perform that action at this time.
0 commit comments