Skip to content

Commit 6ac7704

Browse files
committed
fix typos
Signed-off-by: yuswift <[email protected]>
1 parent f4dbb5c commit 6ac7704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/component-config-tutorial/api-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var configFile string
2727
flag.StringVar(&configFile, "config", "",
2828
"The controller will load its initial configuration from this file. "+
2929
"Omit this flag to use the default configuration values. "+
30-
"Command-line flags override configuration from this file."
30+
"Command-line flags override configuration from this file.")
3131
```
3232

3333
Now, we can setup the `Options` struct and check if the `configFile` is set,

0 commit comments

Comments
 (0)