Skip to content

Commit 7adb96c

Browse files
authored
chore(readme): fixed quick typo
Signed-off-by: Claudio Wunder <[email protected]>
1 parent 70ab7c7 commit 7adb96c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ npm run serve
5050
- Initial development usually happens in English: `/pages/en`
5151
- `/i18n/locales/{{locale}}.json` is where global localization information lives.
5252
- All content is in Markdown and is per locale.
53-
- The top of each Markdown file is a block of YAML for page specific localization information that is passed to various templates.
54-
- The bulk of the Markdown content for each page is referenced as `{{{content}}}` in the corresponding template.
53+
- The top of each Markdown file is a block of YAML (Frontmatter) for page specific localization information that is passed to various templates.
54+
- The bulk of the Markdown content for each page is referenced as `{children}` on their respective JSX Layout (`layouts/`)
5555

5656
## Contributing
5757

@@ -67,7 +67,7 @@ Crowdin is an online tool that facilitates the user experience for the translato
6767

6868
Website translations are handled via [Crowdin](https://crowdin.com/project/nodejs-website).
6969

70-
To help with localization, please read the [TRANSLATION](TRANSLATION.md) guide.
70+
To help with localization, please read the [Translation](TRANSLATION.md) guide.
7171

7272
### Deployment
7373

0 commit comments

Comments
 (0)