aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdinAck <[email protected]>2023-11-27 10:51:05 -0800
committerGitHub <[email protected]>2023-11-27 10:51:05 -0800
commita42aef7759a2f2b1da5bb9a62bb83006c4e856e0 (patch)
tree298ab6adc12f39999b9f7da23007760fa3b4c262 /docs
parent142f42fe90caf8edddb34ba1fe6119dbd80a67e6 (diff)
it's -> its
Co-authored-by: Dániel Buga <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r--docs/modules/ROOT/pages/project_structure.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/ROOT/pages/project_structure.adoc b/docs/modules/ROOT/pages/project_structure.adoc
index 31417d09c..ac992f8bd 100644
--- a/docs/modules/ROOT/pages/project_structure.adoc
+++ b/docs/modules/ROOT/pages/project_structure.adoc
@@ -1,6 +1,6 @@
1= Project Structure 1= Project Structure
2 2
3There 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: 3There 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:
4 4
5The toplevel file structure of your project should look like this: 5The toplevel file structure of your project should look like this:
6[source,plain] 6[source,plain]