Skip to content

Commit 1d173c8

Browse files
authored
Fix typo in file.md (#3566)
1 parent 55dbcc7 commit 1d173c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/modules/file.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ end
120120
Creates a directory, provided the underlying file system supports directories. SPIFFS does not, but FAT (which you may have on an attached SD card) does.
121121

122122
#### Syntax
123-
`file.mkdir(path [, mode])
124-
```
123+
`file.mkdir(path [, mode])`
125124

126125
#### Parameters
127126
- `path` the full path name of the directory to create. E.g. "/SD0/MYDIR".

0 commit comments

Comments
 (0)