From 2b8de99a70e8751c2370a00c68ab477afa9bafd0 Mon Sep 17 00:00:00 2001 From: mtdkei Date: Thu, 6 Feb 2025 16:58:10 +0900 Subject: [PATCH] Fix: Enqueue editor styles --- src/blocks/_pro/post-list-slider/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blocks/_pro/post-list-slider/index.php b/src/blocks/_pro/post-list-slider/index.php index 82e583fc0..ba6ce0867 100644 --- a/src/blocks/_pro/post-list-slider/index.php +++ b/src/blocks/_pro/post-list-slider/index.php @@ -287,7 +287,7 @@ function vk_blocks_post_list_slider_set_data() { /** * Enqueue vk-components.css only once in the editor iframe. * - * This function ensures that vk-components.css is only enqueued once, + * This function ensures that vk-components.css is only enqueued once, * even if multiple blocks request it. * * @package vk-blocks