Skip to content

Commit 4ab3fd9

Browse files
authored
fix(docs): correct wording of updateProfileOnRTDB param description (prescottprue#929) - @gregfenton
1 parent bd601f5 commit 4ab3fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ export function updateProfileOnRTDB(firebase, profileUpdate) {
316316
* @param {object} options - Options object for configuring how profile
317317
* update occurs
318318
* @param {boolean} [options.useSet=true] - Use set with merge instead of
319-
* update. Setting to `false` uses update (can cause issue of profile document
319+
* update. Setting to `false` uses update (can cause issue if profile document
320320
* does not exist).
321321
* @param {boolean} [options.merge=true] - Whether or not to use merge when
322322
* setting profile

0 commit comments

Comments
 (0)