Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Resolve small typo in getting-started.md #2296

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To get familiar with how the application's demo functionality is implemented, vi
- `common/read-models` - demonstrates how to obtain data generated from multiple aggregate instances.
- `common/view-models` - demonstrates how to generate data about the items of a specified aggregate instance.
- `client` - a react application that communicates with the reSolve backend to create aggregate instances and items within them.
- `config.<taget>.js` files - the configuration files for different build targets.
- `config.<target>.js` files - the configuration files for different build targets.
- `run.js` - a script that builds the final config object and starts the application's main loop.

You can use the demo code as a starting point for developing your own application.
Expand Down