Skip to content

Commit 41ee1ab

Browse files
committed
Typos
1 parent 14a4d1d commit 41ee1ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

help.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func showArangodExecutableNotFoundHelp(arangodPath string) {
9797
fmt.Sprintf("Cannot find `arangod` (expected at `%s`).", arangodPath),
9898
"",
9999
"How to solve this:",
100-
"1 - Install ArangoDB locally or run the ArangoDB starter in docker. (see RADME for details).",
100+
"1 - Install ArangoDB locally or run the ArangoDB starter in docker. (see README for details).",
101101
"",
102102
)
103103
}
@@ -132,7 +132,7 @@ func showArangoSyncExecutableNotFoundHelp(arangosyncPath string) {
132132
fmt.Sprintf("Cannot find `arangosync` (expected at `%s`).", arangosyncPath),
133133
"",
134134
"How to solve this:",
135-
"1 - Install ArangoSync locally or run the ArangoDB starter in docker. (see RADME for details).",
135+
"1 - Install ArangoSync locally or run the ArangoDB starter in docker. (see README for details).",
136136
" Make sure to use an Enterprise version of ArangoDB.",
137137
"",
138138
)

0 commit comments

Comments
 (0)