Skip to content

Commit fdc0f98

Browse files
committed
docs: update typo
1 parent eea1e05 commit fdc0f98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cmd/readmevalidation/repoStructure.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ func validateCoderResourceSubdirectory(dirPath string) []error {
3838
return errs
3939
}
4040
for _, f := range files {
41-
// The .coder file is sometimes generated as part of Bun tests. These
42-
// directories will never be committed to the repo, but in the off
43-
// chance that they don't get cleaned up properly, we want to skip over
44-
// them
41+
// The .coder subdirectories are sometimes generated as part of Bun
42+
// tests. These subdirectories will never be committed to the repo, but
43+
// in the off chance that they don't get cleaned up properly, we want to
44+
// skip over them
4545
if !f.IsDir() || f.Name() == ".coder" {
4646
continue
4747
}

0 commit comments

Comments
 (0)