diff --git a/doc/docs/packages/utils.md b/doc/docs/packages/utils.md
index 78a6551..3afadd0 100644
--- a/doc/docs/packages/utils.md
+++ b/doc/docs/packages/utils.md
@@ -149,7 +149,7 @@ TplName returns the name of the kubernetes resource as a template string. It is
func TplValue(serviceName, variable string, pipes ...string) string
```
-TplValue returns a container by name and its index in the array.
+TplValue returns a string that can be used in a template to access a value from the values file.
## func [Warn]()