[docs] Tidy up
This commit is contained in:
parent
3ea1628b23
commit
53c02a7b73
|
@ -279,7 +279,7 @@ Updates a user's profile data. Profile data should be an object of fields to upd
|
||||||
```javascript
|
```javascript
|
||||||
firebase.auth().currentUser
|
firebase.auth().currentUser
|
||||||
.updateProfile({
|
.updateProfile({
|
||||||
displayName: 'Ari Lerner'
|
displayName: 'Display Name'
|
||||||
})
|
})
|
||||||
.then()
|
.then()
|
||||||
.catch();
|
.catch();
|
||||||
|
|
Loading…
Reference in New Issue