From ffc2a7aaef9372f898b05759c1935ab5b319b006 Mon Sep 17 00:00:00 2001 From: "fuder.eth" <139509124+vtjl10@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:52:14 +0200 Subject: [PATCH] Correct spelling mistakes in documentation and UI text (#1339) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix typo in language selection dropdown message * Fix spelling error in feedback modal header/footer * Fix typo: `verifable` → `verifiable` --- apps/base-docs/docs/tools/oracles.md | 2 +- apps/base-docs/docusaurus.config.js | 4 ++-- apps/base-docs/src/components/DocFeedback/styles.module.css | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/base-docs/docs/tools/oracles.md b/apps/base-docs/docs/tools/oracles.md index 0904a57..affb144 100644 --- a/apps/base-docs/docs/tools/oracles.md +++ b/apps/base-docs/docs/tools/oracles.md @@ -17,7 +17,7 @@ keywords: Pyth, VRF, Gelato VRF, - Gelato verifable random function, + Gelato verifiable random function, verifiable random function, generate random numbers, RNG, diff --git a/apps/base-docs/docusaurus.config.js b/apps/base-docs/docusaurus.config.js index 318f8ce..dc73598 100644 --- a/apps/base-docs/docusaurus.config.js +++ b/apps/base-docs/docusaurus.config.js @@ -317,7 +317,7 @@ const config = { }, ], }, - // Langauge selection dropdown will be supported in the future + // Language selection dropdown will be supported in the future // { // type: 'localeDropdown', // navposition: 'bottomRight', @@ -344,7 +344,7 @@ const config = { respectPrefersColorScheme: false, }, }, - // Langauge selection dropdown will be supported in the future + // Language selection dropdown will be supported in the future // i18n: { // defaultLocale: 'en', // locales: ['en', 'fr'], diff --git a/apps/base-docs/src/components/DocFeedback/styles.module.css b/apps/base-docs/src/components/DocFeedback/styles.module.css index c58e19d..fdcbe08 100644 --- a/apps/base-docs/src/components/DocFeedback/styles.module.css +++ b/apps/base-docs/src/components/DocFeedback/styles.module.css @@ -71,7 +71,7 @@ transform: scale(-1, 1); } -/* Feedbak Modal Header/Footer */ +/* Feedback Modal Header/Footer */ .feedbackModalHeader { display: flex; justify-content: center;