Skip to content

Commit

Permalink
docs(repo): fix typo on docs (#5710)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebasG22 committed May 4, 2024
1 parent 3114955 commit 91de7ac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ sidebar_position: 3

然后修改一下默认的代码和新增文件:

**重命名 `./pakcages/components/src/index.tsx`**
**重命名 `./packages/components/src/index.tsx`**

```tsx
import './index.css';
Expand All @@ -54,7 +54,7 @@ export default function ({ text }: { text: string }) {
}
```

**新增 `./pakcages/components/src/index.css`**
**新增 `./packages/components/src/index.css`**

```css
.log {
Expand Down

0 comments on commit 91de7ac

Please sign in to comment.