Skip to content

Commit

Permalink
NOJIRA: Fixed minor doc inconsistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
the-t-in-rtf committed Nov 6, 2018
1 parent 010bbaf commit 6bef236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Returns a promise that will contain the user recored on a successful resolve.

* `username` - Username string to unlock.
* `password` - Password string to use for unlocking `username`.
* Returns a promise resolving with the `userData` record if the password is correct,
* Returns: A `fluid.promise` resolving with the `userData` record if the password is correct,
otherwise rejecting with an `isError` Object.

```javascript
Expand Down

0 comments on commit 6bef236

Please sign in to comment.