From c1a78c2006e6f16374f4c45cce5cf408f3759a95 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Sun, 18 Feb 2018 11:59:46 -0800 Subject: [PATCH] can not -> cannot --- handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers.go b/handlers.go index 3addd89..dc40457 100755 --- a/handlers.go +++ b/handlers.go @@ -295,7 +295,7 @@ func handlePageRequest(c *gin.Context) { // Destroy page if it is opened and primed if p.IsPrimedForSelfDestruct && !p.IsLocked && !p.IsEncrypted { - p.Update("*This page has self-destructed. You can not return to it.*\n\n" + p.Text.GetCurrent()) + p.Update("*This page has self-destructed. You cannot return to it.*\n\n" + p.Text.GetCurrent()) p.Erase() if p.IsPublished { command = "/read"