diff --git a/pages/docs/device-app/getting-started.mdx b/pages/docs/device-app/getting-started.mdx index b0207bd4..7888a9c9 100644 --- a/pages/docs/device-app/getting-started.mdx +++ b/pages/docs/device-app/getting-started.mdx @@ -57,7 +57,7 @@ The following companies have experience building Device Apps, feel free to conta ## Tools and boilerplates -- To learn how to quickstart a project the Ledger VS code extension, read [this guide](./beginner/vscode-extension). The extension makes the environment set up, the app building, and the tests very easy. +- To learn how to quickstart a project with the Ledger VS code extension, read [this guide](./beginner/vscode-extension). The extension makes the environment set up, the app building, and the tests very easy. - To start developing your project with the boilerplates, go in the How-to section in "Integration walkthroughs" and you will find [the C Boilerplate](./integration/how-to/c-boilerplate), [the Rust Boilerplate](./integration/how-to/rust-boilerplate), [the Ethereum plugin doc](./integration/how-to/plugin) and [the Cloned coins apps integration process](./integration/how-to/clone).