Skip to content

Commit

Permalink
docs: typo fix on comments (#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
altmas5 committed Aug 4, 2023
1 parent b127d78 commit 7beb38e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commands/cdns.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Currently, you can only update the custom domain and its certificate ID with thi
This is useful when you need to ensure that files which were recently changed on the origin server are immediately available via the CDN.
To purge specific files, you can use the the `+"`"+`--files`+"`"+` flag and supply a path. The path may be for a single file or may contain a wildcard (`+"`"+`*`+"`"+`) to recursively purge all files under a directory. When only a wildcard is provided, or no path is provided, all cached files will be purged.`, Writer,
To purge specific files, you can use the `+"`"+`--files`+"`"+` flag and supply a path. The path may be for a single file or may contain a wildcard (`+"`"+`*`+"`"+`) to recursively purge all files under a directory. When only a wildcard is provided, or no path is provided, all cached files will be purged.`, Writer,
aliasOpt("fc"))
AddStringSliceFlag(cmdCDNFlushCache, doctl.ArgCDNFiles, "", []string{"*"}, "cdn files")

Expand Down
2 changes: 1 addition & 1 deletion commands/databases.go
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,7 @@ func sqlMode() *Command {
},
}

getSqlModeDesc := "This command displays the the configured SQL modes for the specified MySQL database cluster."
getSqlModeDesc := "This command displays the configured SQL modes for the specified MySQL database cluster."
CmdBuilder(cmd, RunDatabaseGetSQLModes, "get <database-id>",
"Get a MySQL database cluster's SQL modes", getSqlModeDesc, Writer,
displayerType(&displayers.DatabaseSQLModes{}), aliasOpt("g"))
Expand Down

0 comments on commit 7beb38e

Please sign in to comment.