Skip to content

Commit

Permalink
fix(docs/client): Fix typo in argument for tc-cli start
Browse files Browse the repository at this point in the history
Replaced `-b` with `-e` for the `--electron` alias

Closes: #249
  • Loading branch information
pklaschka authored Oct 28, 2022
1 parent d6f357c commit 79391c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/client/concepts/200-tc-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Runs a development version of the client, including live hot reloading of source
code changes.

Also opens the client as either an Electron app or in the browser if you add
`--electron` (short: `-b`) or `--browser` (short: `-b`) respectively.
`--electron` (short: `-e`) or `--browser` (short: `-b`) respectively.

### `tc-cli stats`

Expand Down

0 comments on commit 79391c1

Please sign in to comment.