Browse Source

Fix table sample in internal docs.

Co-Authored-By: Kuba Niegowski <1232187+niegowski@users.noreply.github.com>
Maciej 5 years ago
parent
commit
96da97b7d9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/ckeditor5-table/src/commands/mergecellscommand.js

+ 2 - 2
packages/ckeditor5-table/src/commands/mergecellscommand.js

@@ -208,9 +208,9 @@ function getBiggestRectangleArea( rows, columns ) {
 //     ↓   ↓
 //   ┌───┬───┬───┬───┐
 //   │ a │ a │ b │ b │  ← header row
-//   ├───┼───┼───┼───
+//   ├───┼───┼───┼───
 //   │ c │ c │ d │ d │
-//   ├───┼───┼───┼───
+//   ├───┼───┼───┼───
 //   │ c │ c │ d │ d │
 //   └───┴───┴───┴───┘
 //