From bf69697f55d521d3ded7e879a08be40236e065d4 Mon Sep 17 00:00:00 2001 From: Joen Asmussen Date: Mon, 25 Jun 2018 12:26:00 +0200 Subject: [PATCH] Fix typo. (#7528) --- editor/components/inserter/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }