From 114b36bbcbfc012f88bc0f7db1dd893ad07f9859 Mon Sep 17 00:00:00 2001 From: Tom Wang Date: Tue, 22 Jul 2014 18:37:01 +0800 Subject: [PATCH] fix typo --- docs/client/concepts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client/concepts.html b/docs/client/concepts.html index 1ef9bbfd4b..ea2f5809e6 100644 --- a/docs/client/concepts.html +++ b/docs/client/concepts.html @@ -33,7 +33,7 @@ packages that most any app will use (for example `webapp`, which handles incoming HTTP connections, and `templating`, which lets you make HTML templates that automatically update live as data changes). Then there are optional packages like `email`, which lets your app -send emails, or the Meteor Accounts series (`account-password`, +send emails, or the Meteor Accounts series (`accounts-password`, `accounts-facebook`, `accounts-ui`, and others) which provide a full-featured user account system that you can drop right into your app. And beyond these "official" packages, there are hundreds of