fixed more typos

This commit is contained in:
Morgan 'ARR\!' Allen 2025-09-29 17:12:35 -07:00
parent c76b49e7b9
commit 261b3e91e7

View file

@ -37,10 +37,10 @@ Hope to support this one of several ways, depending on the future of KiCAD/API
* KiCAD supports multi-document, API include `get_boards()` * KiCAD supports multi-document, API include `get_boards()`
* `kicad-cli` supports full API, spin up instances as needed * `kicad-cli` supports full API, spin up instances as needed
* Manually switch between KiCAD projects and import new boards * Manually switch between KiCAD projects and import new boards
* socker-per-project but this seems messy * socket-per-project but this seems messy
### Panelization ### Panelization
In it's most basic form, this will probably utilize `kikit` to assist in basic panelization but in multiboard projects it will assist in panelizing differnt boards into one panel. In it's most basic form, this will probably utilize `kikit` to assist in basic panelization but in multiboard projects it will assist in panelizing different boards into one panel.
### Syncronize all the things! ### Synchronize all the things!
Syncing selections is fairly straight forward, but long term it would be awesome to have everything sync as their changed. Syncing selections is fairly straight forward, but long term it would be awesome to have everything sync as their changed.