mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-28 22:19:59 +02:00
all: Fix typos in function names and comments
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
12dc9a6e4a
commit
9009c8cdca
@@ -20,7 +20,7 @@ import (
|
||||
)
|
||||
|
||||
// Builder builds a jsconfig.json file that, currently, is used only to assist
|
||||
// intellinsense in editors.
|
||||
// IntelliSense in editors.
|
||||
type Builder struct {
|
||||
sourceRootsMu sync.RWMutex
|
||||
sourceRoots map[string]bool
|
||||
|
@@ -239,7 +239,7 @@ func createBuildPlugins(c *Client, opts Options) ([]api.Plugin, error) {
|
||||
|
||||
if m != nil {
|
||||
// Store the source root so we can create a jsconfig.json
|
||||
// to help intellisense when the build is done.
|
||||
// to help IntelliSense when the build is done.
|
||||
// This should be a small number of elements, and when
|
||||
// in server mode, we may get stale entries on renames etc.,
|
||||
// but that shouldn't matter too much.
|
||||
|
Reference in New Issue
Block a user