Skip to content

Commit 9958049

Browse files
Fix typo
Co-authored-by: Copilot <[email protected]>
1 parent 92295c5 commit 9958049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/helpers/json.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ String? dateToYYYYMMDD(DateTime? dateTime) {
5656
/// Convert a date to UTC and then to an ISO8601 string.
5757
///
5858
/// This makes sure that the serialized data has correct timezone information.
59-
/// Otherwise the django backend will possible treat the date as local time,
59+
/// Otherwise the django backend will possibly treat the date as local time,
6060
/// which will not be correct in most cases.
6161
String dateToUtcIso8601(DateTime dateTime) {
6262
return dateTime.toUtc().toIso8601String();

0 commit comments

Comments
 (0)