Skip to content

Commit 2874d50

Browse files
ABTastyAdelCopilot
andauthored
Update lib/hits/segment.dart
Co-authored-by: Copilot <[email protected]>
1 parent c57e512 commit 2874d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/hits/segment.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Segment extends BaseHit {
1414
Map<String, String> personaString =
1515
persona.map((key, value) => MapEntry(key, value.toString()));
1616
customBody.addAll({"s": personaString, "t": typeOfEvent});
17-
// Add commun body
17+
// Add common body
1818
customBody.addAll(super.communBodyTrack);
1919
return customBody;
2020
}

0 commit comments

Comments
 (0)