Skip to content

Commit 6628981

Browse files
Merge pull request #19 from Monstertov/fix-typos
Edited misspelled words in comments and messages
2 parents f370625 + 095ffe2 commit 6628981

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
@@ -250,7 +250,7 @@ if (partition) {
250250

251251
Squezing everything into the SafeBoot partition (655360 bytes only) is a tight fit especially on ethernet enabled boards.
252252

253-
Disabling the logging capabilites saves about 12 kbytes in the final build. Just comment out `MYCILA_SAFEBOOT_LOGGING` in `platformio.ini`.
253+
Disabling the logging capabilities saves about 12 kbytes in the final build. Just comment out `MYCILA_SAFEBOOT_LOGGING` in `platformio.ini`.
254254

255255
```ini
256256
; -D MYCILA_SAFEBOOT_LOGGING

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ if (partition) {
250250

251251
Squezing everything into the SafeBoot partition (655360 bytes only) is a tight fit especially on ethernet enabled boards.
252252

253-
Disabling the logging capabilites saves about 12 kbytes in the final build. Just comment out `MYCILA_SAFEBOOT_LOGGING` in `platformio.ini`.
253+
Disabling the logging capabilities saves about 12 kbytes in the final build. Just comment out `MYCILA_SAFEBOOT_LOGGING` in `platformio.ini`.
254254

255255
```ini
256256
; -D MYCILA_SAFEBOOT_LOGGING

0 commit comments

Comments
 (0)