From fb5b4f7b282c063ed7a4941fcf765570243be16e Mon Sep 17 00:00:00 2001 From: James <66140148+koffietiger@users.noreply.github.com> Date: Mon, 6 Feb 2023 21:00:30 +0000 Subject: [PATCH] Fixed Typo. --- docs/api/extensions/placeholder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/extensions/placeholder.md b/docs/api/extensions/placeholder.md index 0ab5531b3c5..ba505ee25b6 100644 --- a/docs/api/extensions/placeholder.md +++ b/docs/api/extensions/placeholder.md @@ -17,7 +17,7 @@ npm install @tiptap/extension-placeholder ### Additional Setup Placeholders are displayed with the help of CSS. -**Display a Placeholder only for the first element in an empty editor.** +**Display a Placeholder only for the first line in an empty editor.** ``` .ProseMirror p.is-editor-empty:first-child::before { color: #adb5bd;