Skip to content

Commit b9624a9

Browse files
committed
fix typo
Signed-off-by: shjones <[email protected]>
1 parent 931e20c commit b9624a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/deploying-to-openshift.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ quarkus.openshift.cron-job.schedule=0 * * * *
483483
----
484484

485485
IMPORTANT: CronJob resources require the https://en.wikipedia.org/wiki/Cron[Cron] expression to specify when to launch the job through the `quarkus.openshift.cron-job.schedule` property.
486-
If thet are not provided, the build fails.
486+
If they are not provided, the build fails.
487487

488488
You can configure the rest of the Kubernetes CronJob configuration by using the properties under `quarkus.openshift.cron-job.xxx` (for more information, see xref:deploying-to-openshift.adoc#quarkus-kubernetes_quarkus-openshift-cron-job-parallelism[quarkus.openshift.cron-job.parallelism]).
489489

0 commit comments

Comments
 (0)