Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 0be83e5

Browse files
authored
Fix Codespell complaints
1 parent cd91f00 commit 0be83e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* [Example AsyncHTTPRequest](#example-asynchttprequest)
3838
* [1. File AsyncHTTPRequest.ino](#1-file-asynchttprequestino)
3939
* [2. File defines.h](#2-file-definesh)
40-
* [Debug Terminal Ouput Samples](#Debug-Terminal-Ouput-Samples)
40+
* [Debug Terminal Output Samples](#Debug-Terminal-Output-Samples)
4141
* [1. AsyncHTTPRequest on TEENSY 4.1](#1-AsyncHTTPRequest-on-TEENSY-41)
4242
* [2. AsyncCustomHeader on TEENSY 4.1](#2-AsyncCustomHeader-on-TEENSY-41)
4343
* [3. AsyncDweetGET on TEENSY 4.1](#3-AsyncDweetGET-on-TEENSY-41)
@@ -216,7 +216,7 @@ https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41/blob/558ddadd9345b15f35a
216216

217217

218218

219-
### Debug Terminal Ouput Samples
219+
### Debug Terminal Output Samples
220220

221221

222222
#### 1. [AsyncHTTPRequest](examples/AsyncHTTPRequest) on TEENSY 4.1

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
### Release v1.9.1
3434

35-
1. Fix bug of wrong `reqStates`. Check [Release 1.9 breakes previously running code #39](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/39) and [Callback behaviour is buggy (ESP8266) #43](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/43).
35+
1. Fix bug of wrong `reqStates`. Check [Release 1.9 breaks previously running code #39](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/39) and [Callback behaviour is buggy (ESP8266) #43](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/43).
3636
2. Optional larger `DEFAULT_RX_TIMEOUT` from default 3s, for slower networks
3737

3838
### Release v1.9.0

0 commit comments

Comments
 (0)