diff --git a/docs/client/full-api/tableOfContents.js b/docs/client/full-api/tableOfContents.js index cdccce7e34..6b3486f64f 100644 --- a/docs/client/full-api/tableOfContents.js +++ b/docs/client/full-api/tableOfContents.js @@ -127,7 +127,7 @@ var toc = [ "Accounts.onCreateUser", "Accounts.validateLoginAttempt", "Accounts.onLogin", - {name: "Accounts.onLoginFailure", id: "accounts_onlogin"} + "Accounts.onLoginFailure" ], {name: "Passwords", id: "accounts_passwords"}, [ @@ -389,4 +389,3 @@ Template.nav_section.helpers({ return this.depth === n; } }); -