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

Commit caeee09

Browse files
authored
Fix Codespell complaints
1 parent 256e74a commit caeee09

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](#Contributing)
88
[![GitHub issues](https://img.shields.io/github/issues/khoih-prog/AsyncDNSServer_STM32.svg)](http://github.com/khoih-prog/AsyncDNSServer_STM32/issues)
99

10-
<a href="https://www.buymeacoffee.com/khoihprog6" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
11-
1210
---
1311
---
1412

@@ -155,7 +153,7 @@ Supposing the STM32 stm32 core version is 1.9.0. These files must be copied into
155153
- `~/.arduino15/packages/STM32/hardware/stm32/1.9.0/system/STM32F7xx/stm32f7xx_hal_conf_default.h` for Nucleo-144 STM32F7.
156154

157155
Whenever a new version is installed, remember to copy this file into the new version directory. For example, new version is x.yy.zz,
158-
theses files must be copied into the corresponding directory:
156+
these files must be copied into the corresponding directory:
159157

160158
- `~/.arduino15/packages/STM32/hardware/stm32/x.yy.zz/system/STM32F4xx/stm32f4xx_hal_conf_default.h`
161159
- `~/.arduino15/packages/STM32/hardware/stm32/x.yy.zz/system/STM32F7xx/stm32f7xx_hal_conf_default.h
@@ -171,7 +169,7 @@ Supposing the STM32 stm32 core version is 1.9.0. These files must be copied into
171169
- `~/.arduino15/packages/STM32/hardware/stm32/1.9.0/variants/NUCLEO_L053R8/variant.h` for Nucleo-64 NUCLEO_L053R8.
172170

173171
Whenever a new version is installed, remember to copy this file into the new version directory. For example, new version is x.yy.zz,
174-
theses files must be copied into the corresponding directory:
172+
these files must be copied into the corresponding directory:
175173

176174
- `~/.arduino15/packages/STM32/hardware/stm32/x.yy.zz/variants/NUCLEO_F767ZI/variant.h`
177175
- `~/.arduino15/packages/STM32/hardware/stm32/x.yy.zz/variants/NUCLEO_L053R8/variant.h`

0 commit comments

Comments
 (0)