diff options
author | Christian Oliff <[email protected]> | 2024-02-11 20:51:33 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-11 13:51:33 +0200 |
commit | 0672b5c76605132475ff18b8c526f1cf0d6affc3 (patch) | |
tree | 2af2eb9d8eb1458ed6c39b58328c7d21d0c522d2 /resources/resource.go | |
parent | e309f82efe1885aa5b8030be48c36ba4432ddd7b (diff) | |
download | hugo-0672b5c76605132475ff18b8c526f1cf0d6affc3.tar.gz hugo-0672b5c76605132475ff18b8c526f1cf0d6affc3.zip |
all: Fix typos
Diffstat (limited to 'resources/resource.go')
-rw-r--r-- | resources/resource.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/resource.go b/resources/resource.go index c11756bca..900b05a5f 100644 --- a/resources/resource.go +++ b/resources/resource.go @@ -85,7 +85,7 @@ type ResourceSourceDescriptor struct { // Set when its known up front, else it's resolved from the target filename. MediaType media.Type - // Used to track depenencies (e.g. imports). May be nil if that's of no concern. + // Used to track dependencies (e.g. imports). May be nil if that's of no concern. DependencyManager identity.Manager // A shared identity for this resource and all its clones. |