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

Commit 5ed44d2

Browse files
authored
Fix Codespell complaints
1 parent 6335247 commit 5ed44d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Supposing the STM32 stm32 core version is 2.2.0. These files must be copied into
189189
- `~/.arduino15/packages/STM32/hardware/stm32/2.2.0/system/STM32F7xx/stm32f7xx_hal_conf_default.h` for Nucleo-144 STM32F7.
190190

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

194194
- `~/.arduino15/packages/STM32/hardware/stm32/x.yy.zz/system/STM32F4xx/stm32f4xx_hal_conf_default.h`
195195
- `~/.arduino15/packages/STM32/hardware/stm32/x.yy.zz/system/STM32F7xx/stm32f7xx_hal_conf_default.h
@@ -205,7 +205,7 @@ Supposing the STM32 stm32 core version is 2.2.0. These files must be copied into
205205
- `~/.arduino15/packages/STM32/hardware/stm32/2.2.0/variants/NUCLEO_L053R8/variant.h` for Nucleo-64 NUCLEO_L053R8.
206206

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

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

0 commit comments

Comments
 (0)