diff --git a/README.md b/README.md
index d06fdb8f9d65e05be0414369866c15ec761b2ac8..30c21a0ec90c251345e79d7631b04fd3b89c8612 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ ID: eca_lib_0001
 
 If a node page gets requested and the node is of type "article", a message will be printed.
 
-This is using the event [Controller found to handle request](https://ecaguide.org/plugins/eca/misc/events/kernel_controller/?h=controller+found+handle+request) as thiss is working even if pages are cached.
+This is using the event [Controller found to handle request](https://ecaguide.org/plugins/eca/misc/events/kernel_controller/?h=controller+found+handle+request) as this is working even if pages are cached.
 
 ### Installation
 
diff --git a/composer.json b/composer.json
index 181f536e06232ef305bca415cd297e010bc03307..06246250abde2b4dd0c1f0b6d457b638fb996dde 100644
--- a/composer.json
+++ b/composer.json
@@ -4,7 +4,7 @@
     "description": "Route test",
     "license": "GPL-2.0-or-later",
     "require": {
-        "drupal/eca_content": "*",
-        "drupal/eca_misc": "*"
+        "drupal/core": ">=10.3",
+        "drupal/eca": "*"
     }
 }
diff --git a/config/eca.model.eca_lib_0001.yml b/config/eca.model.eca_lib_0001.yml
index b8e3e904184fae6ab843000f253fc884579d9ce6..49d1c7d81ea9eeeea025fb6ba9032618859a5fff 100644
--- a/config/eca.model.eca_lib_0001.yml
+++ b/config/eca.model.eca_lib_0001.yml
@@ -13,7 +13,7 @@ tags:
 documentation: |-
   If a node page gets requested and the node is of type "article", a message will be printed.
 
-  This is using the event [Controller found to handle request](https://ecaguide.org/plugins/eca/misc/events/kernel_controller/?h=controller+found+handle+request) as thiss is working even if pages are cached.
+  This is using the event [Controller found to handle request](https://ecaguide.org/plugins/eca/misc/events/kernel_controller/?h=controller+found+handle+request) as this is working even if pages are cached.
 filename: ''
 modeldata: |
   <?xml version="1.0" encoding="UTF-8"?>
diff --git a/recipe.yml b/recipe.yml
index 62235ab0677eb351b1de1f46fa2f512006e47664..a610347f5f02ba39eea0280dc9bc7b8c2318d591 100644
--- a/recipe.yml
+++ b/recipe.yml
@@ -2,7 +2,7 @@ name: 'Route test'
 description: |-
   If a node page gets requested and the node is of type "article", a message will be printed.
 
-  This is using the event [Controller found to handle request](https://ecaguide.org/plugins/eca/misc/events/kernel_controller/?h=controller+found+handle+request) as thiss is working even if pages are cached.
+  This is using the event [Controller found to handle request](https://ecaguide.org/plugins/eca/misc/events/kernel_controller/?h=controller+found+handle+request) as this is working even if pages are cached.
 type: ECA
 install:
   - eca_content