Skip to content

Commit 511564a

Browse files
authored
Fix typo (#1050)
1 parent 88081c9 commit 511564a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/app/gen/html.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1656,7 +1656,7 @@ func attrsByNames(names ...string) []attr {
16561656
for _, n := range names {
16571657
attr, ok := attrs[n]
16581658
if !ok {
1659-
panic("unkowmn attr: " + n)
1659+
panic("unknown attr: " + n)
16601660
}
16611661
res = append(res, attr)
16621662
}

0 commit comments

Comments
 (0)