mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-28 22:19:59 +02:00
all: Fix typos and some URLs
This commit is contained in:
@@ -59,7 +59,7 @@ type componentFsDir struct {
|
||||
fs *componentFs
|
||||
}
|
||||
|
||||
// ReadDir reads count entries from this virtual directorie and
|
||||
// ReadDir reads count entries from this virtual directory and
|
||||
// sorts the entries according to the component filesystem rules.
|
||||
func (f *componentFsDir) ReadDir(count int) ([]iofs.DirEntry, error) {
|
||||
fis, err := f.DirOnlyOps.(iofs.ReadDirFile).ReadDir(-1)
|
||||
|
Reference in New Issue
Block a user