Fix typo in Bun integration tutorial

This commit is contained in:
Bartosz Cylwik 2023-12-04 10:23:37 +01:00
parent 026a359b47
commit fb145b20f1

View File

@ -662,7 +662,7 @@ menu:
<p class="my-3">
Bun is a tool that is designed to replace Node.js in the development of
web applications. The main goal of Bun is to reduce the startup times and
memory usage of created apps. Vite works with a Bun out of the box.
memory usage of created apps. Vite works with Bun out of the box.
<b>TW Elements</b> can be imported in Vite applications according to the
following procedure:
</p>