From 7596e64e169e4dbb8009b89d0e9b82ab52a5e9a4 Mon Sep 17 00:00:00 2001 From: Prayag Verma Date: Tue, 2 Feb 2016 20:14:22 +0530 Subject: [PATCH] Fix typo in docs Found a spelling mistake - `responsiblity` > `responsibility` --- docs/client/full-api/api/passwords.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client/full-api/api/passwords.md b/docs/client/full-api/api/passwords.md index 83becc538b..0a6326b686 100644 --- a/docs/client/full-api/api/passwords.md +++ b/docs/client/full-api/api/passwords.md @@ -89,7 +89,7 @@ registered with [`Accounts.onResetPasswordLink`](#Accounts-onResetPasswordLink) will be called. If you are using the [`accounts-ui` package](#accountsui), this is handled -automatically. Otherwise, it is your responsiblity to prompt the user for the +automatically. Otherwise, it is your responsibility to prompt the user for the new password and call `resetPassword`. {{> autoApiBox "Accounts.resetPassword"}}