1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

hugolib/paths: Fix typo

This commit is contained in:
真夜
2020-12-16 19:12:14 +08:00
committed by GitHub
parent 04b89857e1
commit ce96895deb

View File

@@ -38,7 +38,7 @@ type Paths struct {
BasePath string
// Directories
// TODO(bep) when we have trimmed down mos of the dirs usage outside of this package, make
// TODO(bep) when we have trimmed down most of the dirs usage outside of this package, make
// these into an interface.
ThemesDir string
WorkingDir string