Skip to content

Commit

Permalink
Fix typo (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakeFreer authored Oct 31, 2024
1 parent 116ad05 commit 5eb3986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/firmware/project-structure/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5eb3986

Please sign in to comment.