Skip to content

Commit c96bcb5

Browse files
author
Amanda Butler
authored
Copy edit storage.md
Copy edit remaining storage content.
1 parent a9d4b99 commit c96bcb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/api/storage/storage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ The "little" in the little file system comes from the focus on both keeping reso
6767

6868
#### The FATFileSystem
6969

70-
The FAT file system is a well-known and established disk oriented file system that you can find on Mbed OS and some lesser known operating systems such as Windows, Linux, and OSX. Due to its age and popularity, the FAT file system has become the de facto standard for forms of portable storage, such as flash drives and SD cards. Even for an embedded system, being able to interact with portable storage can be a valuable feature.
70+
The FAT file system is an established disk-oriented file system that you can find on Mbed OS, Windows, Linux and Mac OS X. Due to its age and popularity, the FAT file system has become the standard for portable storage, such as flash drives and SD cards.
7171

7272
##### Portable
7373

74-
The primary feature of the FAT file system is the portability. With universal support across PC OSs, the FAT file system lets you to access storage from both the embedded system and a user's PC. This gives users an easy way to get information onto and off of the device.
74+
The primary feature of the FAT file system is its portability. With support across PC operating systems, the FAT file system lets you access storage from both the embedded system your PC. This gives users a way to get information onto and off of the device.
7575

7676
##### Embedded
7777

78-
The Mbed OS FAT file system is built on the well-known ChanFS project. It has been optimized heavily for embedded systems and is one of the smallest FAT file system implementations out there.
78+
The Mbed OS FAT file system is built on the ChanFS project. It is optimized for embedded systems and is one of the smallest FAT file system implementations.
7979

8080
### Partitioning
8181

0 commit comments

Comments
 (0)