Skip to content

Commit bb2c1c6

Browse files
author
kindhuge
authored
chore: fix typo in comment (#3316)
Signed-off-by: kindhuge <[email protected]>
1 parent 331e931 commit bb2c1c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/config/v_two.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func v2ParseConfig(rd io.Reader) (Config, error) {
7676
if cg.Out == "" {
7777
return conf, ErrNoOutPath
7878
}
79-
// TOOD: Allow the use of built-in codegen from here
79+
// TODO: Allow the use of built-in codegen from here
8080
if _, ok := plugins[cg.Plugin]; !ok {
8181
return conf, ErrPluginNotFound
8282
}

0 commit comments

Comments
 (0)