diff --git a/docs/api.md b/docs/api.md index 08c8bcf..379ef08 100644 --- a/docs/api.md +++ b/docs/api.md @@ -122,7 +122,7 @@ Worker.readText() reads a text file to the path specified in MEMFS, it is useful ### Worker.removeFile(path, jobId): Promise -Worker.readFile() remove a file in MEMFS, it is useful when you want to free the memory. +Worker.removeFile() remove a file in MEMFS, it is useful when you want to free the memory. **Arguments:**