chore: fix typo (#3279)

pull/3281/head
Ianis Bernard 10 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
* allied in onMounted` hook and we can't use socped style.
* allied in onMounted` hook and we can't use scoped style.
*/
.vp-sponsor {
border-radius: 16px;

@ -23,7 +23,7 @@
*
* Each colors have exact same color scale system with 3 levels of solid
* colors with different brightness, and 1 soft color.
*
*
* - `XXX-1`: The most solid color used mainly for colored text. It must
* satisfy the contrast ratio against when used on top of `XXX-soft`.
*
@ -110,7 +110,7 @@
* - `bg-elv`: The elevated bg color. This is used at parts where it "floats",
* 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".
* -------------------------------------------------------------------------- */
@ -179,7 +179,7 @@
* Colors: Function
*
* - `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 theme, etc.

@ -119,7 +119,7 @@ export const dynamicRoutesPlugin = async (
// inject raw content
// 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.
if (content) {
baseContent = baseContent.replace(/<!--\s*@content\s*-->/, content)

Loading…
Cancel
Save