mirror of
https://github.com/coredns/coredns.git
synced 2025-10-26 15:54:16 -04:00
chore: fix some comments (#7201)
Signed-off-by: momantech <cuimoman@qq.com>
This commit is contained in:
@@ -166,7 +166,7 @@ func sectionsFromReadme(readme string) error {
|
||||
}
|
||||
}
|
||||
if section != 4 {
|
||||
return fmt.Errorf("Sections incomplete or ordered wrong: %q, want (at least): Name, Descripion, Syntax and Examples", readme)
|
||||
return fmt.Errorf("Sections incomplete or ordered wrong: %q, want (at least): Name, Description, Syntax and Examples", readme)
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user