From 7890b38c28e14d9ff72de7290a0e67c83a76b70f Mon Sep 17 00:00:00 2001 From: williamle8300 Date: Tue, 28 Jan 2014 14:35:44 -0800 Subject: [PATCH] Fixed spelling typo: "irreversible" --- views/account/profile.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/account/profile.jade b/views/account/profile.jade index f0f972745b..8626f28c5b 100644 --- a/views/account/profile.jade +++ b/views/account/profile.jade @@ -65,7 +65,7 @@ block content .page-header h3 Delete Account - p You can delete your account, but keep in mind this action is irreversiable. + p You can delete your account, but keep in mind this action is irreversible. form(action='/account/delete', method='POST') button.btn.btn-danger(type='submit') Delete my account