wuespace / telestion-docs

Documentation for the Telestion project, created using Docusaurus v2
https://docs.telestion.wuespace.de/
MIT License
2 stars 0 forks source link

Bug: typo in documentation about electron startup #249

Closed Felix-Auinger closed 1 year ago

Felix-Auinger commented 2 years ago

URL

https://github.com/wuespace/telestion-docs/blob/main/docs/client/concepts/200-tc-cli.mdx

Affected content type

What I expected

tc-cli start 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: -e) or --browser (short: -b) respectively.

What I instead saw

tc-cli start 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.

Additional comments

chenged '-b' to '-e'