Skip to content

Commit

Permalink
docs(start): fix typo about provided word
Browse files Browse the repository at this point in the history
  • Loading branch information
devsheva authored and mostlyobvious committed Nov 29, 2024
1 parent 418a3ef commit dd29338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railseventstore.org/source/docs/v2/start.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ rails new -m https://railseventstore.org/new YOUR-APP-NAME
- implement your aggregates using `AggregateRoot` module, see how [here](/docs/v2/app)
- subscribe to domain events published, [check how](/docs/v2/subscribe) to define subscriptions and event handlers
- learn Command pattern and [how to](/docs/v2/command_bus) use Arkency's command bus to decouple your domain model from controllers
- check [how to](/docs/v2/rspec) use provied `RSpec` matchers
- check [how to](/docs/v2/rspec) use provided `RSpec` matchers
- learn more about:
- [reading](/docs/v2/read) domain events
- [publishing](/docs/v2/publish) domain events
Expand Down

0 comments on commit dd29338

Please sign in to comment.