Sfoglia il codice sorgente

Fix typo: "corresonding" -> "corresponding"

Andy Pickering 2 anni fa
parent
commit
4b1242456f

+ 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.",
   "Nice!": "Nice!",
   "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."
 }

+ 1 - 1
src/components/ExamplePage.tsx

@@ -32,7 +32,7 @@ export default function ExamplePage() {
             </Text>
             <Text component="p">
               {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>{' '}
               {t('in package.json mapping the reference to the module.')}