diff --git a/README.md b/README.md
index 518d167..30351df 100644
--- a/README.md
+++ b/README.md
@@ -334,8 +334,8 @@ param = {value: 'world'};
You can construct the translation keys dynamically by using simple string concatenation inside the template:
```html
-
- - {{ 'LANGUAGES.' + language | translate }}
+
+ - {{ 'LANGUAGES.' + language | translate }}
```
diff --git a/packages/core/core.docs.md b/packages/core/core.docs.md
index bf65d1b..ffe11cd 100644
--- a/packages/core/core.docs.md
+++ b/packages/core/core.docs.md
@@ -302,8 +302,8 @@ param = {value: 'world'};
You can construct the translation keys dynamically by using simple string concatenation inside the template:
```html
-
- - {{ 'LANGUAGES.' + language | translate }}
+
+ - {{ 'LANGUAGES.' + language | translate }}
```
diff --git a/packages/http-loader/http-loader.docs.md b/packages/http-loader/http-loader.docs.md
index bf65d1b..ffe11cd 100644
--- a/packages/http-loader/http-loader.docs.md
+++ b/packages/http-loader/http-loader.docs.md
@@ -302,8 +302,8 @@ param = {value: 'world'};
You can construct the translation keys dynamically by using simple string concatenation inside the template:
```html
-
- - {{ 'LANGUAGES.' + language | translate }}
+
+ - {{ 'LANGUAGES.' + language | translate }}
```