it's -> its

Co-authored-by: Dániel Buga <bugadani@gmail.com>
This commit is contained in:
AdinAck
2023-11-27 10:51:05 -08:00
committed by GitHub
parent 142f42fe90
commit a42aef7759

View File

@ -1,6 +1,6 @@
= Project Structure
There are many ways to configure embassy and it's components for your exact application. The link:https://github.com/embassy-rs/embassy/tree/main/examples[examples] directory for each chipset demonstrate how your project structure should look. Let's break it down:
There are many ways to configure embassy and its components for your exact application. The link:https://github.com/embassy-rs/embassy/tree/main/examples[examples] directory for each chipset demonstrates how your project structure should look. Let's break it down:
The toplevel file structure of your project should look like this:
[source,plain]