Skip to content

Commit 81b5535

Browse files
committed
fix: missing description
1 parent 5d2bd38 commit 81b5535

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/content/guides/7.multistore/2.tooling-and-concepts/2.development/4.local-environment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The most common way to start development is using the yarn scripts from the root
3434
yarn dev
3535

3636
# Start development for a specific store
37-
yarn store dev --store-id=my-store
37+
yarn store dev --store-id=my-store
3838
# Alternatively, you may use: ./node_modules/.bin/alokai-cli store dev --store-id=my-store
3939
```
4040

@@ -86,7 +86,7 @@ yarn store dev --all --with-local-domains
8686
```
8787

8888
:::tip HTTPS
89-
Caddy automatically generates self-signed SSL certificates for local domains. You
89+
Caddy automatically generates self-signed SSL certificates for local domains. You
9090
can read more about it in the [Caddy documentation](https://caddyserver.com/docs/automatic-https).
9191
:::
9292

@@ -117,7 +117,7 @@ yarn test:integration:pw
117117
You can also run tests in Playwright's UI mode for better debugging experience:
118118

119119
```bash
120-
yarn store test --store-id=my-store --ui
120+
yarn store test --store-id=my-store --ui
121121
```
122122

123123
:::warning
@@ -193,7 +193,7 @@ This will skip the build and only compose the store into the `.out` directory.
193193
::card{title="Next: Development - Writing an integration tests with Playwright" icon="tabler:number-3-small" }
194194

195195
#description
196-
TODO
196+
Learn how to write integration tests and run them in a multi-store environment.
197197

198198
#cta
199199
:::docs-arrow-link{to="/guides/multistore/tooling-and-concepts/integration-tests"}

0 commit comments

Comments
 (0)