From bf323ebb9c3fa41baa405e23ecbb31d40a44cfbd Mon Sep 17 00:00:00 2001 From: antoinegauvain Date: Mon, 16 Dec 2019 14:33:03 +0100 Subject: [PATCH] fix: typo --- 09-cronjob/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/09-cronjob/README.md b/09-cronjob/README.md index 3b78288..91a8bfc 100644 --- a/09-cronjob/README.md +++ b/09-cronjob/README.md @@ -61,7 +61,7 @@ spec: This manifest is fairly close to a `CronJob`. -Apply it and see what is happening. Does it restarts? +Apply it and see what is happening. Does it restart? ```sh $ kubectl apply -f 09-cronjob/02-simple-job.yml