diff options
author | Christian Oliff <[email protected]> | 2024-04-11 16:23:17 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-11 09:23:17 +0200 |
commit | 17765a74518f720b3a5a90adaa0dfad1f5cfaf76 (patch) | |
tree | da2c302b6cb33057c430432037197e5583f1a84e /resources | |
parent | 92de8625c7f122343059e98c62d1049e27bb2573 (diff) | |
download | hugo-17765a74518f720b3a5a90adaa0dfad1f5cfaf76.tar.gz hugo-17765a74518f720b3a5a90adaa0dfad1f5cfaf76.zip |
all: Typo fixes
Diffstat (limited to 'resources')
-rw-r--r-- | resources/errorResource.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/errorResource.go b/resources/errorResource.go index d94207b79..220869fc1 100644 --- a/resources/errorResource.go +++ b/resources/errorResource.go @@ -27,7 +27,7 @@ import ( var ( _ error = (*errorResource)(nil) - // Imnage covers all current Resource implementations. + // Image covers all current Resource implementations. _ images.ImageResource = (*errorResource)(nil) // The list of user facing and exported interfaces in resource.go // Note that if we're missing some interface here, the user will still |