Fix typo in `file.md` (#3566)

This commit is contained in:
serg3295 2023-01-17 18:44:59 +03:00 committed by GitHub
parent 55dbcc79d5
commit 1d173c818b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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".