Skip to content

Commit 7b3a5a3

Browse files
docs: small typo (#1504)
1 parent 7980497 commit 7b3a5a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Notice how we can import directly from `'vue'` in our code - this is made possib
114114
You can add entries for other dependencies to the import map - just make sure they point to the ES modules version of the library you intend to use.
115115

116116
:::tip Not for production
117-
The import-maps-based setup is meant for learning only - if you intend to use Vue without build tools in in production, make sure to check out the [Production Deployment Guide](/guide/best-practices/production-deployment.html#without-build-tools).
117+
The import-maps-based setup is meant for learning only - if you intend to use Vue without build tools in production, make sure to check out the [Production Deployment Guide](/guide/best-practices/production-deployment.html#without-build-tools).
118118
:::
119119

120120
### Serving over HTTP

0 commit comments

Comments
 (0)