Skip to content

Commit 5313826

Browse files
authored
apple.com provider typo fix (#9153)
1 parent 1b85c8b commit 5313826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/auth/manage-users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ user, use the `providerData` property. For example:
7979
```dart
8080
if (user != null) {
8181
for (final providerProfile in user.providerData) {
82-
// ID of the provider (google.com, apple.cpm, etc.)
82+
// ID of the provider (google.com, apple.com, etc.)
8383
final provider = providerProfile.providerId;
8484
8585
// UID specific to the provider

0 commit comments

Comments
 (0)