From 9f0d52da20fb994d9aa4f31b17abacf5c5791622 Mon Sep 17 00:00:00 2001 From: ConnorMooneyhan <84634730+ConnorMooneyhan@users.noreply.github.com> Date: Mon, 22 Nov 2021 21:41:39 -0500 Subject: [PATCH] patched spelling error in README.md (#7314) Co-authored-by: Mooneyhan Co-authored-by: Jasper De Moor --- packages/core/parcel/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/parcel/README.md b/packages/core/parcel/README.md index 86b35105722..2203786cbc9 100644 --- a/packages/core/parcel/README.md +++ b/packages/core/parcel/README.md @@ -15,7 +15,7 @@ Parcel is a zero configuration build tool for the web. It combines a great out-o ## Features -- 😍 **Zero config** – Parcel supports many languages and file types out of the box, from web technologies like HTML, CSS, and JavaScript, to assets like images, fonts, videos, and more. It has a built in dev server with hot reloading, beautiful error diagnostics, and much more. No configuration needed! +- 😍 **Zero config** – Parcel supports many languages and file types out of the box, from web technologies like HTML, CSS, and JavaScript, to assets like images, fonts, videos, and more. It has a built-in dev server with hot reloading, beautiful error diagnostics, and much more. No configuration needed! - ⚡️ **Lighting fast** – Parcel's JavaScript compiler is written in Rust for native performance. Your code is built in parallel using worker threads, utilizing all of the cores on your machine. Everything is cached, so you never build the same code twice. It's like using watch mode, but even when you restart Parcel! - 🚀 **Automatic production optimization** – Parcel optimizes your whole app for production automatically. This includes tree-shaking and minifying your JavaScript, CSS, and HTML, resizing and optimizing images, content hashing, automatic code splitting, and much more. - 🎯 **Ship for any target** – Parcel automatically transforms your code for your target environments. From modern and legacy browser support, to zero config JSX and TypeScript compilation, Parcel makes it easy to build for any target – or many!