Skip to content

Commit 16c1985

Browse files
committed
Fix landing docs api
1 parent 5f81615 commit 16c1985

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/landing/src/app/(detail)/docs/api/selector/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const metadata = {
88

99
# Selector
1010

11-
The items defined in Props can be used in the same way as those defined in Style Property.
11+
The attributes defined in Pseudo-Class correspond to those defined in Selector, allowing them to be used directly as component props.
1212

1313
<br />
1414

apps/landing/src/app/(detail)/docs/api/style-props/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const metadata = {
88

99
# Style Props
1010

11-
The items defined in Props can be used in the same way as those defined in Style Property.
11+
The attributes defined in Style Property correspond to those defined in Props, allowing them to be used directly as component props.
1212

1313
## Animation
1414

0 commit comments

Comments
 (0)