Просмотр исходного кода

Fix typo: "corresonding" -> "corresponding"

Andy Pickering 2 лет назад
Родитель
Сommit
4b1242456f
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      locales/en/plugin__console-plugin-template.json
  2. 1 1
      src/components/ExamplePage.tsx

+ 1 - 1
locales/en/plugin__console-plugin-template.json

@@ -7,6 +7,6 @@
   "in package.json mapping the reference to the module.": "in package.json mapping the reference to the module.",
   "in package.json mapping the reference to the module.": "in package.json mapping the reference to the module.",
   "Nice!": "Nice!",
   "Nice!": "Nice!",
   "Plugin Example": "Plugin Example",
   "Plugin Example": "Plugin Example",
-  "This is a custom page contributed by the console plugin template. The extension that adds the page is declared in console-extensions.json in the project root along with the corresponding nav item. Update console-extensions.json to change or add extensions. Code references in console-extensions.json must have a corresonding property": "This is a custom page contributed by the console plugin template. The extension that adds the page is declared in console-extensions.json in the project root along with the corresponding nav item. Update console-extensions.json to change or add extensions. Code references in console-extensions.json must have a corresonding property",
+  "This is a custom page contributed by the console plugin template. The extension that adds the page is declared in console-extensions.json in the project root along with the corresponding nav item. Update console-extensions.json to change or add extensions. Code references in console-extensions.json must have a corresponding property": "This is a custom page contributed by the console plugin template. The extension that adds the page is declared in console-extensions.json in the project root along with the corresponding nav item. Update console-extensions.json to change or add extensions. Code references in console-extensions.json must have a corresponding property",
   "Your plugin is working.": "Your plugin is working."
   "Your plugin is working.": "Your plugin is working."
 }
 }

+ 1 - 1
src/components/ExamplePage.tsx

@@ -32,7 +32,7 @@ export default function ExamplePage() {
             </Text>
             </Text>
             <Text component="p">
             <Text component="p">
               {t(
               {t(
-                'This is a custom page contributed by the console plugin template. The extension that adds the page is declared in console-extensions.json in the project root along with the corresponding nav item. Update console-extensions.json to change or add extensions. Code references in console-extensions.json must have a corresonding property',
+                'This is a custom page contributed by the console plugin template. The extension that adds the page is declared in console-extensions.json in the project root along with the corresponding nav item. Update console-extensions.json to change or add extensions. Code references in console-extensions.json must have a corresponding property',
               )}
               )}
               <code>{t('exposedModules')}</code>{' '}
               <code>{t('exposedModules')}</code>{' '}
               {t('in package.json mapping the reference to the module.')}
               {t('in package.json mapping the reference to the module.')}