summaryrefslogtreecommitdiffstats
path: root/crates/core
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-06-21 16:41:27 +0200
committerMatthias Beyer <matthias.beyer@ifm.com>2022-08-30 13:54:48 +0200
commit05ff415a263050515291da5326f88e1849cb53d8 (patch)
treef2e23d7ddce6f78c65aa3a2631ad6a91ae3162f7 /crates/core
parent19e69d10d3c2643e30744c3912c0d2646414d119 (diff)
Fix typo: it's -> its
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
Diffstat (limited to 'crates/core')
-rw-r--r--crates/core/tedge_api/goals.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/core/tedge_api/goals.md b/crates/core/tedge_api/goals.md
index fefef3f0..7a16317f 100644
--- a/crates/core/tedge_api/goals.md
+++ b/crates/core/tedge_api/goals.md
@@ -21,7 +21,7 @@ _This section is meant to be read as if the feature was_ already _implemented._
thin-edge.io is an edge focused IoT framework. At its core it serves to bridge the
gap between devices and the cloud. As it is meant to run on low-resources
-devices it's core architecture supports that.
+devices its core architecture supports that.
As such, it is built upon a message passing router with a modular approach for
extending its functionality through plugins.