chore: fix typo (#3279)

pull/3281/head
Ianis Bernard 12 months ago committed by GitHub
parent 47a7203258
commit 0f02697353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
/** /**
* VPSponsors styles are defined as global because a new class gets * VPSponsors styles are defined as global because a new class gets
* allied in onMounted` hook and we can't use socped style. * allied in onMounted` hook and we can't use scoped style.
*/ */
.vp-sponsor { .vp-sponsor {
border-radius: 16px; border-radius: 16px;

@ -110,7 +110,7 @@
* - `bg-elv`: The elevated bg color. This is used at parts where it "floats", * - `bg-elv`: The elevated bg color. This is used at parts where it "floats",
* such as "dialog". * such as "dialog".
* *
* - `bg-soft`: The bg color to slightly ditinguish some components from * - `bg-soft`: The bg color to slightly distinguish some components from
* the page. Used for things like "carbon ads" or "table". * the page. Used for things like "carbon ads" or "table".
* -------------------------------------------------------------------------- */ * -------------------------------------------------------------------------- */
@ -179,7 +179,7 @@
* Colors: Function * Colors: Function
* *
* - `default`: The color used purely for subtle indication without any * - `default`: The color used purely for subtle indication without any
* special meanings attched to it such as bg color for menu hover state. * special meanings attached to it such as bg color for menu hover state.
* *
* - `brand`: Used for primary brand colors, such as link text, button with * - `brand`: Used for primary brand colors, such as link text, button with
* brand theme, etc. * brand theme, etc.

@ -119,7 +119,7 @@ export const dynamicRoutesPlugin = async (
// inject raw content // inject raw content
// this is intended for integration with CMS // this is intended for integration with CMS
// we use a speical injection syntax so the content is rendered as // we use a special injection syntax so the content is rendered as
// static local content instead of included as runtime data. // static local content instead of included as runtime data.
if (content) { if (content) {
baseContent = baseContent.replace(/<!--\s*@content\s*-->/, content) baseContent = baseContent.replace(/<!--\s*@content\s*-->/, content)

Loading…
Cancel
Save