Skip to content

Commit 8a9f1f8

Browse files
author
Amanda Butler
authored
Fix typo in BlockDevice.md
Fix typo.
1 parent 4dbf0d4 commit 8a9f1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/porting/storage/BlockDevice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ You can run BlockDevice tests for heap, MBR and util block devices with the foll
4242
mbed test -t <toolchain> -m <target> -n features-tests-filesystem-*_block_device
4343
```
4444

45-
One way to add tests for new block devices is to copy an existing implementation, such as HeapBlocKDevice, and change the block device class to your own. You can find tests under the top level `TESTS` folder in the Mbed OS repository.
45+
One way to add tests for new block devices is to copy an existing implementation, such as HeapBlockDevice, and change the block device class to your own. You can find tests under the top level `TESTS` folder in the Mbed OS repository.

0 commit comments

Comments
 (0)