From cd486910f323eeefc2584bdcae608bcc14d37619 Mon Sep 17 00:00:00 2001 From: David Glasser Date: Mon, 15 Oct 2012 17:49:46 -0700 Subject: [PATCH] Add missing article to example. --- docs/client/api.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client/api.html b/docs/client/api.html index 46b49efc0f..3af53ee19a 100644 --- a/docs/client/api.html +++ b/docs/client/api.html @@ -1421,7 +1421,7 @@ Example: return "Welcome to Awesome Town, " + user.profile.name; }; Accounts.emailTemplates.enrollAccount.text = function (user, url) { - return "You have been selected to participate in building better future!" + return "You have been selected to participate in building a better future!" + " To activate your account, simply click the link below:\n\n" + url; };