Change Task titles to imperative. (#4022)

This commit is contained in:
Steve Perry
2017-06-08 11:48:28 -07:00
committed by GitHub
parent 67ece8bc15
commit adf00a04a2
14 changed files with 44 additions and 44 deletions
@@ -1,5 +1,5 @@
---
title: Attaching Handlers to Container Lifecycle Events
title: Attach Handlers to Container Lifecycle Events
---
{% capture overview %}
@@ -21,7 +21,7 @@ Container is terminated.
{% capture steps %}
## Defining postStart and preStop handlers
## Define postStart and preStop handlers
In this exercise, you create a Pod that has one Container. The Container has handlers
for the postStart and preStop events.