mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
docs: fix typo 'internalization' (#8323)
Co-authored-by: Dan Dascalescu <dan@semi.technology>
This commit is contained in:
parent
0309a6dab2
commit
ca3dba5e5e
3 changed files with 3 additions and 3 deletions
2
examples/classic-typescript/docusaurus.config.js
generated
2
examples/classic-typescript/docusaurus.config.js
generated
|
@ -19,7 +19,7 @@ const config = {
|
|||
organizationName: 'facebook', // Usually your GitHub org/user name.
|
||||
projectName: 'docusaurus', // Usually your repo name.
|
||||
|
||||
// Even if you don't use internalization, you can use this field to set useful
|
||||
// Even if you don't use internationalization, you can use this field to set useful
|
||||
// metadata like html lang. For example, if your site is Chinese, you may want
|
||||
// to replace "en" with "zh-Hans".
|
||||
i18n: {
|
||||
|
|
2
examples/classic/docusaurus.config.js
generated
2
examples/classic/docusaurus.config.js
generated
|
@ -19,7 +19,7 @@ const config = {
|
|||
organizationName: 'facebook', // Usually your GitHub org/user name.
|
||||
projectName: 'docusaurus', // Usually your repo name.
|
||||
|
||||
// Even if you don't use internalization, you can use this field to set useful
|
||||
// Even if you don't use internationalization, you can use this field to set useful
|
||||
// metadata like html lang. For example, if your site is Chinese, you may want
|
||||
// to replace "en" with "zh-Hans".
|
||||
i18n: {
|
||||
|
|
|
@ -24,7 +24,7 @@ const config = {
|
|||
onBrokenLinks: 'throw',
|
||||
onBrokenMarkdownLinks: 'warn',
|
||||
|
||||
// Even if you don't use internalization, you can use this field to set useful
|
||||
// Even if you don't use internationalization, you can use this field to set useful
|
||||
// metadata like html lang. For example, if your site is Chinese, you may want
|
||||
// to replace "en" with "zh-Hans".
|
||||
i18n: {
|
||||
|
|
Loading…
Add table
Reference in a new issue