Skip to content

Commit

Permalink
Internal (table): Typo fix in private constant name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed May 28, 2020
1 parent 0fdb5e2 commit 06a1e81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ckeditor5-table/src/ui/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const BALLOON_POSITIONS = [
DEFAULT_BALLOON_POSITIONS.southArrowNorthWest,
DEFAULT_BALLOON_POSITIONS.southArrowNorthEast
];
const TABLE_PROPERTRIES_BALLOON_POSITIONS = [
const TABLE_PROPERTIES_BALLOON_POSITIONS = [
...BALLOON_POSITIONS,
centeredBalloonPositionForLongWidgets
];
Expand Down Expand Up @@ -74,7 +74,7 @@ export function getBalloonTablePositionData( editor ) {

return {
target: editor.editing.view.domConverter.viewToDom( viewTable ),
positions: TABLE_PROPERTRIES_BALLOON_POSITIONS
positions: TABLE_PROPERTIES_BALLOON_POSITIONS
};
}

Expand Down

0 comments on commit 06a1e81

Please sign in to comment.