diff --git a/docs/gitlab/drupal/index.md b/docs/gitlab/drupal/index.md
index c87dc6f324265a0ca531ae5ffcb7b472652bce53..a0681a81bb01eb60ce566dc39f21fe14f43409d4 100644
--- a/docs/gitlab/drupal/index.md
+++ b/docs/gitlab/drupal/index.md
@@ -139,7 +139,7 @@ This chapter is incomplete so far and needs more attention.
 ## Initial installation of a Drupal site
 
 This pipeline covers both, the initial installation and later updates of a
-Drupal site. The latter is the default, because it happens regularely whereas
+Drupal site. The latter is the default, because it happens regularly whereas
 the initial installation only happens once.
 
 Therefore, if you run the pipeline the first time to initially install the
@@ -182,9 +182,9 @@ which uses this GitLab CI framework. If you want to give it a try, login to
 our GitLab, go to the project and click on "Request access". Once we've
 accepted your request, you can clone the project, make some changes and push
 them back to the project. This will [trigger the pipeline](https://gitlab.lakedrops.com/gitlab-ci-cd/demos/drupal-9/-/pipelines)
-thet you can watch running.
+then you can watch running.
 
-The deployed demo site is [available online](https://d9.demo.lakedrops.com).
+The deployed demo site is [available online](https://d10.demo.lakedrops.com).
 
 The setup for this project is very simple. Because we wanted to protect the
 pipeline configuration, we removed the default `.gitlab-ci.yml` file from