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