From 5d6fc67aea27b7eadca5fbd1f9e9a8da73181feb Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 17 Dec 2019 13:37:19 -0500 Subject: [PATCH] spelling: utilities Signed-off-by: Josh Soref --- pkg/chartutil/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/chartutil/doc.go b/pkg/chartutil/doc.go index 2a6d803f2..efcda2cfa 100644 --- a/pkg/chartutil/doc.go +++ b/pkg/chartutil/doc.go @@ -25,7 +25,7 @@ A chart can be represented on the file system in one of two ways: - As a tarred gzipped file containing a directory that then contains a Chart.yaml file. -This package provides utilitites for working with those file formats. +This package provides utilities for working with those file formats. The preferred way of loading a chart is using 'loader.Load`: