Skip to content

Commit

Permalink
Fix typo (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
lboue authored Nov 8, 2024
1 parent 106db0b commit 6581c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This repository provides the building infrastructure to build Python wheels of
the Matter device controller. It uses the [official project Matter SDK](https://github.com/project-chip/connectedhomeip/)
and builds the Python bindings available at `src/controller/python/`. The
bindings use the official Matter implementation wriitten in C++ as a native
bindings use the official Matter implementation written in C++ as a native
library using ctypes bindings. The `chip-core` wheel contains this native
library. Hence the `chip-core` wheel is a platform specific wheel.

Expand Down

0 comments on commit 6581c76

Please sign in to comment.