From b77a31a06e8eed7ee2736c5e2688efd61bb98a9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Thu, 25 Jul 2019 11:46:08 +0200 Subject: [PATCH] fix typo --- examples/Components/Routes/TrailingParagraph/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Components/Routes/TrailingParagraph/index.vue b/examples/Components/Routes/TrailingParagraph/index.vue index 87166422..44de8683 100644 --- a/examples/Components/Routes/TrailingParagraph/index.vue +++ b/examples/Components/Routes/TrailingParagraph/index.vue @@ -198,7 +198,7 @@ export default {

In this demo we force to render a paragraph at the end of the document. This can be useful in some situations, for example after adding images.

-
Also, sometimes it's hard to remeber to type \`cmd/ctrl + enter\` to leave a code block.
+
Also, sometimes it's hard to remember to type \`cmd/ctrl + enter\` to leave a code block.
`, }), }