From d81c0c3cd594ac0ed8514b0e8fcb79f729aa6611 Mon Sep 17 00:00:00 2001 From: tvshc Date: Tue, 21 Aug 2018 13:26:39 -0400 Subject: [PATCH] Removed gerund from page title (#9993) Page titles are in the verb's infinitive form throughout the d11n. Changed the title from the gerund form to infinitive to align it with the other page titles. --- content/en/docs/tasks/manage-daemon/rollback-daemon-set.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/manage-daemon/rollback-daemon-set.md b/content/en/docs/tasks/manage-daemon/rollback-daemon-set.md index fe220c1a6b..1acc25ace0 100644 --- a/content/en/docs/tasks/manage-daemon/rollback-daemon-set.md +++ b/content/en/docs/tasks/manage-daemon/rollback-daemon-set.md @@ -1,7 +1,7 @@ --- reviewers: - janetkuo -title: Performing a Rollback on a DaemonSet +title: Perform a Rollback on a DaemonSet content_template: templates/task ---