hugolib/paths: Fix typo

This commit is contained in:
真夜 2020-12-16 19:12:14 +08:00 committed by GitHub
parent 04b89857e1
commit ce96895deb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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