From d71ea08fdfdca42254ce0b254b5dbc47a71b1506 Mon Sep 17 00:00:00 2001 From: Sebastian Seilund Date: Sun, 6 Oct 2019 06:04:18 -0700 Subject: [PATCH] Fixed /placeholder link on Examples page (#3038) The directory is at https://github.com/ianstormtaylor/slate/tree/master/examples/placeholder (without the last `s`) --- examples/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/app.js b/examples/app.js index bc0f08cad..11f762515 100644 --- a/examples/app.js +++ b/examples/app.js @@ -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'],