From c914da3a0c5c8a51d493854befac51af063bcae2 Mon Sep 17 00:00:00 2001 From: Konstantin Popov Date: Fri, 12 Nov 2021 16:17:59 +0300 Subject: [PATCH] docs: fix a typo in CHANGELOG (#5934) --- CHANGELOG.md | 2 +- crowdin-v2.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 736929768b..25e12ebacd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4494,7 +4494,7 @@ presets: [ - Remove the following config options: - `docsUrl`. Use the plugin option on `docusaurus-plugin-content-docs` instead. - `customDocsPath`. Use the plugin option on `docusaurus-plugin-content-docs` instead. - - `sidebars.json` now has to be explicitly loaded by users and passed into the the plugin option on `docusaurus-plugin-content-docs`. + - `sidebars.json` now has to be explicitly loaded by users and passed into the plugin option on `docusaurus-plugin-content-docs`. - `headerLinks` doc, page, blog is deprecated and has been to moved into `themeConfig` under the name `navbar`. The syntax is now: ```js diff --git a/crowdin-v2.yaml b/crowdin-v2.yaml index 1fe1f47047..75b99181b7 100644 --- a/crowdin-v2.yaml +++ b/crowdin-v2.yaml @@ -12,7 +12,7 @@ api_token_env: 'CROWDIN_PERSONAL_TOKEN' # preserve_hierarchy: true -# We generally want to use the the "two-letters-code" of a locale (ie the language) +# We generally want to use the "two-letters-code" of a locale (ie the language) # But not for all locales! # "pt-BR" may be better to remain as "pt-BR" instead of being transformed to "pt" # Note: &/* is Yaml anchor syntax: https://support.atlassian.com/bitbucket-cloud/docs/yaml-anchors/