Browse Source

Fix a comment typo (#8358)

tags/v1.10.0-rc1
Tekaoh 5 years ago committed by techknowlogick
parent
commit
e3eb9fa33d
  1. 2
      routers/repo/wiki.go

2
routers/repo/wiki.go

@ -55,7 +55,7 @@ func MustEnableWiki(ctx *context.Context) {
}
}
// PageMeta wiki page meat information
// PageMeta wiki page meta information
type PageMeta struct {
Name string
SubURL string

Loading…
Cancel
Save