We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e71196e commit 1efa63dCopy full SHA for 1efa63d
docs/guides/view_engines/ejs.md
@@ -18,7 +18,7 @@ To enable [**ejs**](https://github.com/mde/ejs) support make use of the `viewEng
18
19
## Example usage
20
21
-Let's try to do some translations with pug templates.
+Let's try to do some translations with ejs templates.
22
23
```json title="src/i18n/en/test.json"
24
{
@@ -39,7 +39,7 @@ export class TestController {
39
40
```
41
42
-```hbs title="src/view/page.hbs"
+```ejs title="src/view/page.ejs"
43
<h1><%= t('test.HELLO', i18nLang, { username }) -%></h1>
44
45
0 commit comments