From 9f7eb3ddd1f97ac652639e65cadbdb5a4732bc3b Mon Sep 17 00:00:00 2001 From: Mounir Date: Sun, 15 Jun 2025 21:03:50 +0100 Subject: [PATCH] Fix typo compoments to components --- ISSUES.md | 2 +- demo/urls.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ISSUES.md b/ISSUES.md index aa1cc707..57d6da9b 100644 --- a/ISSUES.md +++ b/ISSUES.md @@ -5,7 +5,7 @@ - [X] unpoly links on index page - [ ] overal re-structure using Site and Application -## Compoments +## Components - [X] Add esbild esbuild main.js --bundle --outfile=bundle.js --format=iife --global-name=MyLib --minify - [ ] use {{ debug }} to add min or not minified fiels diff --git a/demo/urls.py b/demo/urls.py index 5b5c44f9..71ee3fa0 100644 --- a/demo/urls.py +++ b/demo/urls.py @@ -7,7 +7,7 @@ import debug_toolbar cotton = Application( - title="Compoments", + title="Components", app_name="html", icon="layers", urlpatterns=[