Skip to content

Commit

Permalink
Fix typo in file.md (#3566)
Browse files Browse the repository at this point in the history
  • Loading branch information
serg3295 authored Jan 17, 2023
1 parent 55dbcc7 commit 1d173c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/modules/file.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ end
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.

#### Syntax
`file.mkdir(path [, mode])
```
`file.mkdir(path [, mode])`

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

0 comments on commit 1d173c8

Please sign in to comment.