Skip to content

Commit 02f82df

Browse files
authored
Fix updateUser's typing jsdoc (delete => update) (#964)
* fix wording of updateUser's jsdoc (delete => update) * add missing fullstop
1 parent 5e6ebfa commit 02f82df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1459,7 +1459,7 @@ export namespace admin.auth {
14591459
* See [Update a user](/docs/auth/admin/manage-users#update_a_user) for code
14601460
* samples and detailed documentation.
14611461
*
1462-
* @param uid The `uid` corresponding to the user to delete.
1462+
* @param uid The `uid` corresponding to the user to update.
14631463
* @param properties The properties to update on
14641464
* the provided user.
14651465
*

0 commit comments

Comments
 (0)