From efb0ee9c4816963bebc64c3cd23a36b90fbb44f0 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 12 Jun 2023 11:36:08 -0400 Subject: [PATCH] fix spelling --- cspell.json | 2 ++ docs/assets/styles/docs.css | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cspell.json b/cspell.json index 8ef9a0d1..bc92397a 100644 --- a/cspell.json +++ b/cspell.json @@ -27,6 +27,7 @@ "colocated", "colour", "combobox", + "Commonmark", "Composability", "Consolas", "contenteditable", @@ -43,6 +44,7 @@ "dogfood", "dropdowns", "easings", + "endraw", "enterkeyhint", "eqeqeq", "erroneou", diff --git a/docs/assets/styles/docs.css b/docs/assets/styles/docs.css index 403e2ae3..cae9fb6c 100644 --- a/docs/assets/styles/docs.css +++ b/docs/assets/styles/docs.css @@ -267,7 +267,7 @@ hr { margin: calc(var(--docs-content-vertical-spacing) * 2) 0; } -/* Blockquotes */ +/* Block quotes */ blockquote { position: relative; font-family: var(--sl-font-serif);