Skip to content

Commit 1efa63d

Browse files
authored
fix: typos in ejs.md (#682)
1 parent e71196e commit 1efa63d

File tree

1 file changed

+2
-2
lines changed
  • docs/guides/view_engines

1 file changed

+2
-2
lines changed

docs/guides/view_engines/ejs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To enable [**ejs**](https://github.com/mde/ejs) support make use of the `viewEng
1818

1919
## Example usage
2020

21-
Let's try to do some translations with pug templates.
21+
Let's try to do some translations with ejs templates.
2222

2323
```json title="src/i18n/en/test.json"
2424
{
@@ -39,7 +39,7 @@ export class TestController {
3939

4040
```
4141

42-
```hbs title="src/view/page.hbs"
42+
```ejs title="src/view/page.ejs"
4343
<h1><%= t('test.HELLO', i18nLang, { username }) -%></h1>
4444
```
4545

0 commit comments

Comments
 (0)