From 7dbb25853dd0f1d0082e63dae9cf710b83e748bb Mon Sep 17 00:00:00 2001 From: mmillerick Date: Mon, 30 May 2022 21:07:47 -0700 Subject: [PATCH] fix: country code typo --- content/en/zdoc/gettingstarted/installation.md | 4 ++-- content/en/zzo/gettingstarted/installation.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/zdoc/gettingstarted/installation.md b/content/en/zdoc/gettingstarted/installation.md index 9eadc47..f9ce13d 100644 --- a/content/en/zdoc/gettingstarted/installation.md +++ b/content/en/zdoc/gettingstarted/installation.md @@ -46,7 +46,7 @@ We have to make 4 config files to make the theme work. Check out the [config fil - [menus.en.toml] - We can add or delete site menus. - [params.toml] - The params in this file are used only in the zdoc theme. -If your blog is planning to support multiple languages, I recommend you to make a contry code folder first like [en], [ko], [fr] etc. +If your blog is planning to support multiple languages, I recommend you to make a country code folder first like [en], [ko], [fr] etc. In this way, you can manage your contents more efficiently. And then you should specify contents folder in the `language.toml` file. ```:language.toml @@ -56,7 +56,7 @@ In this way, you can manage your contents more efficiently. And then you should ... ``` -Create your site menu by making `menus.en.toml` file. The `en` can be any contry code. I'm going to make a docs menu in this guide. +Create your site menu by making `menus.en.toml` file. The `en` can be any country code. I'm going to make a docs menu in this guide. ```:menus.en.toml [[main]] diff --git a/content/en/zzo/gettingstarted/installation.md b/content/en/zzo/gettingstarted/installation.md index 69ead48..04afe92 100644 --- a/content/en/zzo/gettingstarted/installation.md +++ b/content/en/zzo/gettingstarted/installation.md @@ -46,7 +46,7 @@ We have to make 4 config files to make the theme work. Check out the [config fil - [menus.en.toml] - We can add or delete site menus. - [params.toml] - The params in this file are used only in the zzo theme. -If your blog is planning to support multiple languages, I recommend you to make a contry code folder first like [en], [ko], [fr] etc. +If your blog is planning to support multiple languages, I recommend you to make a country code folder first like [en], [ko], [fr] etc. In this way, you can manage your contents more efficiently. And then you should specify contents folder in the `language.toml` file. ```:language.toml @@ -56,7 +56,7 @@ In this way, you can manage your contents more efficiently. And then you should ... ``` -Create your blog menu by making `menus.en.toml` file. The `en` can be any contry code. I'm going to make a posts menu in this guide. +Create your blog menu by making `menus.en.toml` file. The `en` can be any country code. I'm going to make a posts menu in this guide. ```:menus.en.toml [[main]]