Skip to content

Commit 0f02697

Browse files
authored
chore: fix typo (#3279)
1 parent 47a7203 commit 0f02697

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/client/theme-default/styles/components/vp-sponsor.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* VPSponsors styles are defined as global because a new class gets
3-
* allied in onMounted` hook and we can't use socped style.
3+
* allied in onMounted` hook and we can't use scoped style.
44
*/
55
.vp-sponsor {
66
border-radius: 16px;

src/client/theme-default/styles/vars.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*
2424
* Each colors have exact same color scale system with 3 levels of solid
2525
* colors with different brightness, and 1 soft color.
26-
*
26+
*
2727
* - `XXX-1`: The most solid color used mainly for colored text. It must
2828
* satisfy the contrast ratio against when used on top of `XXX-soft`.
2929
*
@@ -110,7 +110,7 @@
110110
* - `bg-elv`: The elevated bg color. This is used at parts where it "floats",
111111
* such as "dialog".
112112
*
113-
* - `bg-soft`: The bg color to slightly ditinguish some components from
113+
* - `bg-soft`: The bg color to slightly distinguish some components from
114114
* the page. Used for things like "carbon ads" or "table".
115115
* -------------------------------------------------------------------------- */
116116

@@ -179,7 +179,7 @@
179179
* Colors: Function
180180
*
181181
* - `default`: The color used purely for subtle indication without any
182-
* special meanings attched to it such as bg color for menu hover state.
182+
* special meanings attached to it such as bg color for menu hover state.
183183
*
184184
* - `brand`: Used for primary brand colors, such as link text, button with
185185
* brand theme, etc.

src/node/plugins/dynamicRoutesPlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export const dynamicRoutesPlugin = async (
119119

120120
// inject raw content
121121
// this is intended for integration with CMS
122-
// we use a speical injection syntax so the content is rendered as
122+
// we use a special injection syntax so the content is rendered as
123123
// static local content instead of included as runtime data.
124124
if (content) {
125125
baseContent = baseContent.replace(/<!--\s*@content\s*-->/, content)

0 commit comments

Comments
 (0)