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.