Skip to content

Commit

Permalink
Correct spelling mistakes in documentation and UI text (#1339)
Browse files Browse the repository at this point in the history
* Fix typo in language selection dropdown message

* Fix spelling error in feedback modal header/footer

* Fix typo: `verifable` → `verifiable`
  • Loading branch information
vtjl10 authored Dec 9, 2024
1 parent 49372fb commit ffc2a7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/base-docs/docs/tools/oracles.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ keywords:
Pyth,
VRF,
Gelato VRF,
Gelato verifable random function,
Gelato verifiable random function,
verifiable random function,
generate random numbers,
RNG,
Expand Down
4 changes: 2 additions & 2 deletions apps/base-docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
transform: scale(-1, 1);
}

/* Feedbak Modal Header/Footer */
/* Feedback Modal Header/Footer */
.feedbackModalHeader {
display: flex;
justify-content: center;
Expand Down

0 comments on commit ffc2a7a

Please sign in to comment.