Skip to content

Commit 3ca084e

Browse files
committed
fixes a typo in README.md
1 parent 2c7a25a commit 3ca084e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/nvstore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Each item is kept in an entry containing a header and data, where the header hol
3333
### Enabling NVStore and configuring it for your board
3434
NVStore is enabled by default for all devices with the internal flash driver (have "FLASH" in the device_has attribute).
3535
One can disable it by setting its "enabled" attribute to false.
36-
Unless specifically configured by the user, NVStore selects the last two flash sectors as its areas, with the mininum size of 4KBs,
36+
Unless specifically configured by the user, NVStore selects the last two flash sectors as its areas, with the minimum size of 4KBs,
3737
meaning that if the sectors are smaller, few continuous ones will be used for each area.
3838
The user can override this by setting the addresses and sizes of both areas in` mbed_lib.json` on a per board basis.
3939
In this case, all following four attributes need to be set:

0 commit comments

Comments
 (0)