Unverified Commit 1d173c81 authored by serg3295's avatar serg3295 Committed by GitHub
Browse files

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

parent 55dbcc79
...@@ -120,8 +120,7 @@ end ...@@ -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. 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 #### Syntax
`file.mkdir(path [, mode]) `file.mkdir(path [, mode])`
```
#### Parameters #### Parameters
- `path` the full path name of the directory to create. E.g. "/SD0/MYDIR". - `path` the full path name of the directory to create. E.g. "/SD0/MYDIR".
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment