Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Badura <[email protected]>
  • Loading branch information
DavidBadura and DanielBadura authored Feb 1, 2024
1 parent a7f6202 commit 8ba72a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ final class GuestIsCheckedOut
Next we need to define the hotel aggregate.
How you can interact with it, which events happen and what the business rules are.
For this we create the methods `create`, `checkIn` and `checkOut`.
In these methods the business checks are made and events are recorded.
In these methods the business checks are made and the events are recorded.
Last but not least, we need the associated apply methods to change the state.

```php
Expand Down

0 comments on commit 8ba72a4

Please sign in to comment.