mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-29 09:59:48 +02:00
Fixed /placeholder link on Examples page (#3038)
The directory is at https://github.com/ianstormtaylor/slate/tree/master/examples/placeholder (without the last `s`)
This commit is contained in:
committed by
Ian Storm Taylor
parent
7f201f139b
commit
d71ea08fdf
@@ -59,7 +59,7 @@ const EXAMPLES = [
|
||||
['Markdown Shortcuts', MarkdownShortcuts, '/markdown-shortcuts'],
|
||||
['Mentions', Mentions, '/mentions'],
|
||||
['Paste HTML', PasteHtml, '/paste-html'],
|
||||
['Placeholders', Placeholder, '/placeholders'],
|
||||
['Placeholders', Placeholder, '/placeholder'],
|
||||
['Plain Text', PlainText, '/plain-text'],
|
||||
['Plugins', Plugins, '/plugins'],
|
||||
['Read-only', ReadOnly, '/read-only'],
|
||||
|
Reference in New Issue
Block a user