1
0
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:
Sebastian Seilund
2019-10-06 06:04:18 -07:00
committed by Ian Storm Taylor
parent 7f201f139b
commit d71ea08fdf

View File

@@ -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'],