Skip to content

Commit

Permalink
Merge pull request #704 from RomainMazB/patch-1
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
rubenvanassche authored Mar 14, 2024
2 parents 0bf03cf + 601166b commit 09b38e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/as-a-data-transfer-object/creating-a-data-object.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,6 @@ class SongData extends Dto
}
```

The `Dto` class is a data class in its most basic form. It can br created from anything using magical methods, can
The `Dto` class is a data class in its most basic form. It can be created from anything using magical methods, can
validate payloads before creating the data object and can be created using factories. But it doesn't have any of the
other functionality that the `Data` class has.

0 comments on commit 09b38e5

Please sign in to comment.