diff --git a/src/content/docs/plugin/cli.mdx b/src/content/docs/plugin/cli.mdx index a957b37a4c..a529580973 100644 --- a/src/content/docs/plugin/cli.mdx +++ b/src/content/docs/plugin/cli.mdx @@ -20,7 +20,7 @@ Tauri enables your app to have a CLI through [clap](https://github.com/clap-rs/c - Windows - - Due to an OS limitation, production apps are not be able to write text back to the calling console by default. Please check out [tauri#8305](https://github.com/tauri-apps/tauri/issues/8305#issuecomment-1826871949) for a workaround.{/* TODO: Inline the instructions into this guide */} + - Due to an OS limitation, production apps are not able to write text back to the calling console by default. Please check out [tauri#8305](https://github.com/tauri-apps/tauri/issues/8305#issuecomment-1826871949) for a workaround.{/* TODO: Inline the instructions into this guide */} ## Setup