From 7fbb66a5953d07fc5d0023cdd289adab5614011e Mon Sep 17 00:00:00 2001
From: specterflare <61708534+specterflare@users.noreply.github.com>
Date: Wed, 1 Jul 2020 22:52:12 -0400
Subject: [PATCH] Adding a dash to the Preview download popup (#250)
Do I win the "Least Impactful PR Ever" award?
---
src/.vuepress/theme/components/Home.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/.vuepress/theme/components/Home.vue b/src/.vuepress/theme/components/Home.vue
index fdbffaac..014fbad8 100644
--- a/src/.vuepress/theme/components/Home.vue
+++ b/src/.vuepress/theme/components/Home.vue
@@ -208,7 +208,7 @@ export default {
icon: "warning",
title: "Are you sure?",
html:
- "Preview is not recommended if you're not willing to test for – and endure issues.",
+ "Preview is not recommended if you're not willing to test for – and endure – issues.",
confirmButtonText: "I am sure.",
showCloseButton: true,
showCancelButton: false,