Skip to content

Commit 5e13238

Browse files
committed
fix: type on installing text
1 parent c8b506c commit 5e13238

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/2.components/19.text.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ Install component from your command line.
1212
```sh [pnpm]
1313
pnpm add @vue-email/components
1414
# or get the individual package
15-
pnpm add @vue-email/row
15+
pnpm add @vue-email/text
1616
```
1717

1818
```bash [yarn]
1919
yarn add @vue-email/components
2020
# or get the individual package
21-
yarn add @vue-email/row
21+
yarn add @vue-email/text
2222
```
2323

2424
```bash [npm]
2525
npm install @vue-email/components
2626
# or get the individual package
27-
npm install @vue-email/row
27+
npm install @vue-email/text
2828
```
2929
::
3030

0 commit comments

Comments
 (0)