Skip to content

Commit d53590f

Browse files
Mikefly123Copilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent 4130715 commit d53590f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
44
![CI](https://github.com/proveskit/CircuitPython_RP2040_v4/actions/workflows/ci.yaml/badge.svg)
55

6-
This is the reference software for the v4x PROVES Kit Flight Controller boards. Clone this repository and use the `make install ...` tooling to get your v4x Flight COntroller Board up and running!
6+
This is the reference software for the v4x PROVES Kit Flight Controller boards. Clone this repository and use the `make install ...` tooling to get your v4x Flight Controller Board up and running!
77

88
# Development Getting Started
99
We welcome contributions, so please feel free to join us. If you have any questions about contributing please open an issue or a discussion.

repl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ def initial_boot():
124124
pass
125125

126126
except Exception as e:
127-
logger.critical("An exception occured within repl.py", e)
127+
logger.critical("An exception occurred within repl.py", e)

0 commit comments

Comments
 (0)