From 7db4a9b9a005be25390e014e62e166cc30f29806 Mon Sep 17 00:00:00 2001 From: Christopher Watford <83599748+watfordsuzy@users.noreply.github.com> Date: Wed, 7 Feb 2024 09:44:56 -0500 Subject: [PATCH] Resolve small typo in getting-started.md --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 4c69dd0c7..539117940 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -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..js` files - the configuration files for different build targets. +- `config..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.