summaryrefslogtreecommitdiff
path: root/doc/topics/cron/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/topics/cron/index.md')
-rw-r--r--doc/topics/cron/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/topics/cron/index.md b/doc/topics/cron/index.md
index 5abcc5e1eb1..88f8bd1858f 100644
--- a/doc/topics/cron/index.md
+++ b/doc/topics/cron/index.md
@@ -64,6 +64,6 @@ More examples of how to write a cron schedule can be found at
## How GitLab parses cron syntax strings
-GitLab uses [fugit](https://github.com/floraison/fugit) to parse cron syntax
+GitLab uses [`fugit`](https://github.com/floraison/fugit) to parse cron syntax
strings on the server and [cron-validate](https://github.com/Airfooox/cron-validate)
to validate cron syntax in the browser.