From 3372d45abc98005acd4e9d743e16371cfa493594 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Wed, 3 Jun 2026 18:01:27 +0200 Subject: [PATCH] docs(validators): fix titles --- docs/tutorial/validators.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorial/validators.rst b/docs/tutorial/validators.rst index b63b849dd..bd6358e77 100644 --- a/docs/tutorial/validators.rst +++ b/docs/tutorial/validators.rst @@ -1,5 +1,5 @@ -Validators -============= +Validating a variable's value +================================ .. objectives:: Objectives @@ -24,7 +24,7 @@ Validators git clone https://forge.cloud.silique.fr/stove/rougail-tutorials.git git switch --detach v1.1_170 -Validating a variable's value +A variable with custom validation ----------------------------------- Now, we would like the :term:`operator` to remember not to forget the http protocol, that is to put `http://` at the beginning of our `web_address` variable's value. What if he has forgotten the http protocol? We can add a reminder in case he has forgotten.