diff --git a/docs/modules/authentication.md b/docs/modules/authentication.md index 83dd686c..9b535fdd 100644 --- a/docs/modules/authentication.md +++ b/docs/modules/authentication.md @@ -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();