From ce287ff22f8dfb1524251ab1bd8410cda2ff571d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Fri, 21 Jun 2019 22:25:48 +0200 Subject: [PATCH] wording --- examples/Components/Routes/Title/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/Components/Routes/Title/index.vue b/examples/Components/Routes/Title/index.vue index e274f72f9..ce0bcd4f5 100644 --- a/examples/Components/Routes/Title/index.vue +++ b/examples/Components/Routes/Title/index.vue @@ -27,7 +27,7 @@ export default { ], content: `

This is a fixed title.

-

With ProseMirror you can force a document layout. Try to remove it. It's not possible.

+

With ProseMirror you can force a document layout. Try to remove this title it – it's not possible.

`, }), } @@ -39,7 +39,8 @@ export default {