From a48302373b64a556e33c61310b041b8d515a5513 Mon Sep 17 00:00:00 2001 From: Niels Dequeker Date: Tue, 23 May 2023 16:44:00 +0200 Subject: [PATCH] Fix typo in custom modal example (#1429) --- www/content/examples/modal-custom.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/content/examples/modal-custom.md b/www/content/examples/modal-custom.md index c82842f8..367c0d35 100644 --- a/www/content/examples/modal-custom.md +++ b/www/content/examples/modal-custom.md @@ -101,7 +101,7 @@ We'll define some nice animations in CSS, and use some Hyperscript events (or al } #modal.closing > .modal-content { - /* Aniate when closing */ + /* Animate when closing */ animation-name: zoomOut; animation-duration:150ms; animation-timing-function: ease; @@ -218,7 +218,7 @@ We'll define some nice animations in CSS, and use some Hyperscript events (or al } #modal.closing > .modal-content { - /* Aniate when closing */ + /* Animate when closing */ animation-name: zoomOut; animation-duration:150ms; animation-timing-function: ease;