diff --git a/editor/components/inserter/style.scss b/editor/components/inserter/style.scss index 1dcdea613635a..935da57bd754c 100644 --- a/editor/components/inserter/style.scss +++ b/editor/components/inserter/style.scss @@ -91,7 +91,7 @@ $block-inserter-search-height: 38px; border-top: none; } - // Don't show the bottom border on the last panel, let hte library itself show the border. + // Don't show the bottom border on the last panel, let the library itself show the border. .components-panel__body:last-child { border-bottom: none; }