We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd601f5 commit 4ab3fd9Copy full SHA for 4ab3fd9
src/utils/auth.js
@@ -316,7 +316,7 @@ export function updateProfileOnRTDB(firebase, profileUpdate) {
316
* @param {object} options - Options object for configuring how profile
317
* update occurs
318
* @param {boolean} [options.useSet=true] - Use set with merge instead of
319
- * update. Setting to `false` uses update (can cause issue of profile document
+ * update. Setting to `false` uses update (can cause issue if profile document
320
* does not exist).
321
* @param {boolean} [options.merge=true] - Whether or not to use merge when
322
* setting profile
0 commit comments