Skip to content

Commit 92ac268

Browse files
authored
Update samcli/commands/sync/sync_context.py
1 parent 30df742 commit 92ac268

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samcli/commands/sync/sync_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def _parse_time_from_toml(time_value: Union[str, int, float, datetime]) -> Optio
6969
"""
7070
Parse time from TOML file - supports both epoch and ISO format.
7171
72-
Handles legacy ISO format strings as sam migrat to using epoch timestamps for backward compatibility.
72+
Handles legacy ISO format strings as sam migrates to using epoch timestamps for backward compatibility.
7373
New writes always use epoch format.
7474
7575
Parameters

0 commit comments

Comments
 (0)