diff --git a/docs/charts_hooks.md b/docs/charts_hooks.md
index b6c276bbad7ba0ade75c0daa29ca853ae15b7195..8d5006d1f3996b6cfb011683bfc9d338bd32c46a 100644
--- a/docs/charts_hooks.md
+++ b/docs/charts_hooks.md
@@ -193,6 +193,7 @@ It is also possible to define policies that determine when to delete correspondi
 ```
 
 You can choose one or more defined annotation values:
+
 * `"hook-succeeded"` specifies Tiller should delete the hook after the hook is successfully executed.
 * `"hook-failed"` specifies Tiller should delete the hook if the hook failed during execution.
 * `"before-hook-creation"` specifies Tiller should delete the previous hook before the new hook is launched.