Skip to content

Commit e5a152c

Browse files
authored
Update part12c.md
1 parent 3b3d6f9 commit e5a152c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/12/es/part12c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $ cd hello-front
2626
$ npm install
2727
```
2828

29-
El siguiente paso es convertir el código JavaScript y CSS en archivos estáticos listos para producción, Vite ya tiene a _build_ como un script npm, así que usemos eso:
29+
El siguiente paso es convertir el código JavaScript y CSS en archivos estáticos listos para producción, Vite ya tiene un _build_ como un script npm, así que usemos eso:
3030

3131
```bash
3232
$ npm run build

0 commit comments

Comments
 (0)