Skip to content

Commit 3fb2c3e

Browse files
authored
Merge pull request #3793 from ekisler/patch-7
Update part12c.md
2 parents 3b3d6f9 + e5a152c commit 3fb2c3e

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)