diff --git a/docs/notification-center-pro/custom-tokens/example-collection/_index.de.md b/docs/notification-center-pro/custom-tokens/example-collection/_index.de.md index 963d24e..afef8eb 100644 --- a/docs/notification-center-pro/custom-tokens/example-collection/_index.de.md +++ b/docs/notification-center-pro/custom-tokens/example-collection/_index.de.md @@ -21,7 +21,7 @@ Mehrwertsteuer 19%: ##mwst## Gesamttotal: ##gesamttotal## ``` -So könnte unsere Twig-Logik könnte dann wie folgt aussehen: +So könnte unsere Twig-Logik dann aussehen: ```twig {% if rawTokens.has('form_anzahl_prospekte') %} @@ -41,4 +41,4 @@ Tada! 🎉 {{% notice tip %}} Verwende den [Twig-Filter `number_format`](https://twig.symfony.com/doc/3.x/filters/number_format.html), um die Zahlen nach deinen Wünschen zu formatieren! -{{% /notice %}} \ No newline at end of file +{{% /notice %}}