Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haimkastner committed Apr 28, 2024
1 parent 4638bfe commit be5becf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ length_from_meters_dto = Length.from_dto_json(length_dto_json)
# The exact same value as
length_from_km_dto = Length.from_dto_json(length_dto_represents_in_km_json)

# Also, it supported to create and handle as DTO instance and to create to/from json to it.
# Additionally, it supports creating and handling as a DTO instance, as well as creating and converting to/from JSON.

# Get a DTO instance from a Length instance
length_dto: LengthDto = length.to_dto()
Expand Down
2 changes: 1 addition & 1 deletion units_generator/templates/readme_template.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ length_from_meters_dto = Length.from_dto_json(length_dto_json)
# The exact same value as
length_from_km_dto = Length.from_dto_json(length_dto_represents_in_km_json)

# Also, it supported to create and handle as DTO instance and to create to/from json to it.
# Additionally, it supports creating and handling as a DTO instance, as well as creating and converting to/from JSON.

# Get a DTO instance from a Length instance
length_dto: LengthDto = length.to_dto()
Expand Down

0 comments on commit be5becf

Please sign in to comment.