From c43f4069136f34fc304ef45ffc8be9fa8ad0753b Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 19 Dec 2024 14:36:10 -0500 Subject: [PATCH] rename doc --- documentation/docs/03-template-syntax/16-class.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/03-template-syntax/16-class.md b/documentation/docs/03-template-syntax/16-class.md index 02839bfd60..0904d56ac0 100644 --- a/documentation/docs/03-template-syntax/16-class.md +++ b/documentation/docs/03-template-syntax/16-class.md @@ -1,5 +1,5 @@ --- -title: class: +title: class --- Svelte provides ergonomic helpers to conditionally set classes on elements.