mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-23 05:57:05 +02:00
chore: minor typo cleanup (#6324)
* chore: minor typo cleanup * fix tests Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
217b62682d
commit
02a233a221
19 changed files with 26 additions and 26 deletions
|
@ -52,13 +52,13 @@ export function translateContent(
|
|||
content: BlogContent,
|
||||
translationFiles: TranslationFiles,
|
||||
): BlogContent {
|
||||
const [{content: optonsTranslations}] = translationFiles;
|
||||
const [{content: optionsTranslations}] = translationFiles;
|
||||
return {
|
||||
...content,
|
||||
blogSidebarTitle: optonsTranslations['sidebar.title'].message,
|
||||
blogSidebarTitle: optionsTranslations['sidebar.title'].message,
|
||||
blogListPaginated: translateListPage(
|
||||
content.blogListPaginated,
|
||||
optonsTranslations,
|
||||
optionsTranslations,
|
||||
),
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue