Skip to content

Commit

Permalink
Fixed Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
james-william-r authored Feb 6, 2023
1 parent c90f916 commit fb5b4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/extensions/placeholder.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fb5b4f7

Please sign in to comment.