Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 committed Nov 7, 2024
1 parent 21fee0a commit 8a766e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/customer_io.dart
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ class CustomerIO {
}
}

/// Identify a person using a unique identifier, eg. email id.
/// Identify a person using a unique userId, eg. email id.
/// Note that you can identify only 1 profile at a time. In case, multiple
/// identifiers are attempted to be identified, then the last identified profile
/// will be removed automatically.
///
/// @param identifier unique identifier for a profile
/// @param attributes (Optional) params to set profile attributes
/// @param userId unique identifier for a profile
/// @param traits (Optional) params to set profile attributes
void identify(
{required String userId,
Map<String, dynamic> traits = const {}}) {
Expand Down
2 changes: 1 addition & 1 deletion lib/customer_io_method_channel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class CustomerIOMethodChannel extends CustomerIOPlatform {
}
}

/// Identify a person using a unique identifier, eg. email id.
/// Identify a person using a unique userId, eg. email id.
/// Note that you can identify only 1 profile at a time. In case, multiple
/// identifiers are attempted to be identified, then the last identified profile
/// will be removed automatically.
Expand Down

0 comments on commit 8a766e3

Please sign in to comment.