Skip to content

Commit 9bc9d70

Browse files
docs: typo
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent 221b524 commit 9bc9d70

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/examples/angular.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This project is a note-taking app template built with **Angular**, **TypeScript*
1212
You can scaffold it using the following command, or browse the source code:
1313

1414
```bash
15-
npm create juno@latest -- --template react-example
15+
npm create juno@latest -- --template angular-example
1616
```
1717

1818
Source: [github.com/junobuild/create-juno/templates/angular-example](https://github.com/junobuild/create-juno/tree/main/templates/angular-example)

docs/examples/components/how-to-run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
5. **Start the frontend dev server** (in a separate terminal):
77

88
```bash
9-
npm run start
9+
npm run dev
1010
```

0 commit comments

Comments
 (0)