From fff91b4d11a162a8626d04910bbd6928f294da91 Mon Sep 17 00:00:00 2001 From: Deepank Singh Date: Thu, 10 Jul 2025 16:42:39 +0530 Subject: [PATCH] =?UTF-8?q?Fix=20typo=20in=20README:=20'distributes'=20?= =?UTF-8?q?=E2=86=92=20'distributed';=20'es'=20=E2=86=92=20'ES'=20(#2532)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 887ef4252..be3dec963 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ They provide an unopinionated, white-label layer that can be extended to your ow - **High Performance:** Focused on great performance in all relevant browsers with a minimal number of dependencies. - **Accessibility:** Aimed at compliance with the WCAG 2.2 AA standard to create components that are accessible for everybody. - **Flexibility:** Provides solutions through Web Components and JavaScript classes which can be used, adopted and extended to fit all needs. -- **Modern Code:** Lion is distributed as pure es modules. +- **Modern Code:** Lion is distributed as pure ES modules. - **Exposes functions/classes and Web Components:** Ships a functionality in its most appropriate form. > Note: Our demo examples might look simple and not very stylish. This is on purpose. They are designed to be basic so you can easily add your own styles to them to match your intended design, without dealing with styles that are already there.