From a2826c404f0b0b53d2399e8800982696d8b528e2 Mon Sep 17 00:00:00 2001 From: Claus Due Date: Fri, 17 Mar 2023 16:43:10 +0100 Subject: [PATCH] [TASK] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 953b9c1..e29420e 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ This throws an error if `{title}` is not assigned as template variable when rend This does not throw an error if `{title}` is not assigned. Instead, it automatically assigns the variable with a value of `Default title`. -#### Supported paramter types +#### Supported parameter types * `int`, `integer` * `string`