Skip to content

Commit

Permalink
Fix AuthClass document typos (#5066)
Browse files Browse the repository at this point in the history
* fix authclass document typo

* fix authclass document typos

* fix ts typos
  • Loading branch information
qmauvnt committed Mar 26, 2020
1 parent cb902b0 commit 05f1b54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/api/classes/authclass.html
Original file line number Diff line number Diff line change
Expand Up @@ -2101,15 +2101,15 @@ <h3>sign<wbr>Up</h3>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Sign up with username, password and other attrbutes like phone, email</p>
<p>Sign up with username, password and other attributes like phone, email</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>params: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><a href="../interfaces/signupparams.html" class="tsd-signature-type">SignUpParams</a></h5>
<div class="tsd-comment tsd-typography">
<p>The user attirbutes used for signin</p>
<p>The user attributes used for signin</p>
</div>
</li>
<li>
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/src/Auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ export default class AuthClass {
}

/**
* Sign up with username, password and other attrbutes like phone, email
* @param {String | object} params - The user attirbutes used for signin
* Sign up with username, password and other attributes like phone, email
* @param {String | object} params - The user attributes used for signin
* @param {String[]} restOfAttrs - for the backward compatability
* @return - A promise resolves callback data if success
*/
Expand Down

0 comments on commit 05f1b54

Please sign in to comment.