diff --git a/docs/chart_template_guide/values_files.md b/docs/chart_template_guide/values_files.md
index 247601ff1d4e1814e670d8d617b58396ba56ec8e..626aca3dbc008304293bad12ff9ddf639e753d8c 100644
--- a/docs/chart_template_guide/values_files.md
+++ b/docs/chart_template_guide/values_files.md
@@ -1,6 +1,6 @@
 # Values Files
 
-In the previous section we looked at the built-n objects that Helm templates offer. One of the four built-in objects is `Values`. This object provides access to values passed into the chart. Its contents come from four sources:
+In the previous section we looked at the built-in objects that Helm templates offer. One of the four built-in objects is `Values`. This object provides access to values passed into the chart. Its contents come from four sources:
 
 - The `values.yaml` file in the chart
 - If this is a subchart, the `values.yaml` file of a parent chart