From 3fc7651ef7671a0f538b4192b2f405ea21d63965 Mon Sep 17 00:00:00 2001 From: Arkadiusz Filipczak Date: Fri, 28 Apr 2023 12:46:04 +0200 Subject: [PATCH] Internal (style): Fix the name of styleintegrations/table module. --- packages/ckeditor5-style/src/integrations/table.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ckeditor5-style/src/integrations/table.ts b/packages/ckeditor5-style/src/integrations/table.ts index 3cc03f683e1..57ef0bbbc49 100644 --- a/packages/ckeditor5-style/src/integrations/table.ts +++ b/packages/ckeditor5-style/src/integrations/table.ts @@ -4,7 +4,7 @@ */ /** - * @module style/integrations/tablestylesupport + * @module style/integrations/table */ import { Plugin } from 'ckeditor5/src/core';