Skip to content

Commit

Permalink
Update docs and files to distribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis committed Oct 19, 2015
1 parent 9175aef commit d8c3879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 2.1/partials/api/user.functions.getCurrentUserPerson.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h1><code ng:non-bindable="">getCurrentUserPerson</code>
<div><h2 id="description">Description</h2>
<div class="description"><div class="user-functions-page user-functions-getcurrentuserperson-page"><p>Get the tree person that represents the current user.</p>
<ul>
<li><code>getPerson()</code> - get the <a href="#/api/user.types:constructor.Person">Person</a> from the response</li>
<li><code>getPerson()</code> - get the <a href="#/api/person.types:constructor.Person">Person</a> from the response</li>
</ul>
<p><a href="https://familysearch.org/developers/docs/api/tree/Current_Tree_Person_resource">FamilySearch API Docs</a></p>
</div></div>
Expand Down
2 changes: 1 addition & 1 deletion familysearch-javascript-sdk.js
Original file line number Diff line number Diff line change
Expand Up @@ -11188,7 +11188,7 @@ FS.prototype.getMultiAgent = function(urls, params) {
* @description
* Get the tree person that represents the current user.
*
* - `getPerson()` - get the {@link user.types:constructor.Person Person} from the response
* - `getPerson()` - get the {@link person.types:constructor.Person Person} from the response
*
* {@link https://familysearch.org/developers/docs/api/tree/Current_Tree_Person_resource FamilySearch API Docs}
*
Expand Down

0 comments on commit d8c3879

Please sign in to comment.