aboutsummaryrefslogtreecommitdiff
path: root/weed/command/scaffold.go
diff options
context:
space:
mode:
authorRyan Russell <ryanrussell@users.noreply.github.com>2022-09-15 03:33:04 -0500
committerGitHub <noreply@github.com>2022-09-15 01:33:04 -0700
commitf6d391c9dabca68e7195822e7108b8f71d134edd (patch)
tree1d649db596aca499884bb40bd32d1b83544780a6 /weed/command/scaffold.go
parent150ce9f3f6ed0d58ac27de0d5b8a310644dc5a1f (diff)
downloadseaweedfs-f6d391c9dabca68e7195822e7108b8f71d134edd.tar.xz
seaweedfs-f6d391c9dabca68e7195822e7108b8f71d134edd.zip
docs(command): readability fixes (#3686)
Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org>
Diffstat (limited to 'weed/command/scaffold.go')
-rw-r--r--weed/command/scaffold.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go
index 2c3a89ada..b37254bb5 100644
--- a/weed/command/scaffold.go
+++ b/weed/command/scaffold.go
@@ -22,7 +22,7 @@ var cmdScaffold = &Command{
export WEED_MYSQL_PASSWORD=some_password
Environment variable rules:
* Prefix the variable name with "WEED_"
- * Upppercase the reset of variable name.
+ * Uppercase the reset of variable name.
* Replace '.' with '_'
`,