[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
|
||||
firebase.auth().currentUser
|
||||
.updateProfile({
|
||||
displayName: 'Ari Lerner'
|
||||
displayName: 'Display Name'
|
||||
})
|
||||
.then()
|
||||
.catch();
|
||||
|
|
Loading…
Reference in New Issue