diff --git a/src/content/docs/develop/index.mdx b/src/content/docs/develop/index.mdx index 75e4d35b4..04b2dfeea 100644 --- a/src/content/docs/develop/index.mdx +++ b/src/content/docs/develop/index.mdx @@ -248,7 +248,7 @@ src/generated/*.rs deny.toml ``` -`.taurignore` files are usually put in the `src-tauri` directory or [cargo worksapce](https://doc.rust-lang.org/cargo/reference/workspaces.html) root folder, +`.taurignore` files are usually put in the `src-tauri` directory or [cargo workspace](https://doc.rust-lang.org/cargo/reference/workspaces.html) root folder, currently, `tauri dev` looks for `.taurignore` from anywhere inside the common ancestor of watched folders and cargo workspace root folder ### Using the Browser DevTools