From e4962375d87df836417bfdd54502e149f09e4a8e Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Thu, 2 Jan 2025 15:21:23 -0800 Subject: [PATCH] fix: clarify --- ARCHITECTURE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index 5e31307fa5..2ec869d5b8 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -40,7 +40,7 @@ graph TD compiler-->|JS|babelplugincomponent; ``` -A typical LWC component is composed of `*.html`, `*.css`, and `*.js` files, so one package would handle each type of file. +A typical LWC component is composed of `*.html`, `*.css`, and `*.js` files, so one compiler package handles each type of file. In all three cases, the output is JavaScript. The following core parsers are used for each file type: