[docs] Tidy up

This commit is contained in:
Chris Bianca 2017-06-16 15:04:11 +01:00
parent 3ea1628b23
commit 53c02a7b73
1 changed files with 1 additions and 1 deletions

View File

@ -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();