From 5eb3986b6a65e1bf07f9fcf12dcc20e2a53867f8 Mon Sep 17 00:00:00 2001 From: Blake Freer <59676067+BlakeFreer@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:04:00 -0400 Subject: [PATCH] Fix typo (#268) --- docs/docs/firmware/project-structure/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/firmware/project-structure/index.md b/docs/docs/firmware/project-structure/index.md index bf2fb0dbd..ca416543b 100644 --- a/docs/docs/firmware/project-structure/index.md +++ b/docs/docs/firmware/project-structure/index.md @@ -94,7 +94,7 @@ We now add 3 elements to our contract. --8<-- "inc/bindings.h" ``` -This completes the bindings contract. We can now write the application code, knowing that the platforms will all stasify this contract. +This completes the bindings contract. We can now write the application code, knowing that the platforms will all satisfy this contract. ## Application code