diff --git a/index.bs b/index.bs index e61e3ed..be45713 100644 --- a/index.bs +++ b/index.bs @@ -980,9 +980,9 @@ The getDirectoryHandle(|name|, |option directory named |name|, this will attempt to delete that file or directory. Attempting to delete a file or directory that does not exist results in a promise - being rejected with a "NotFoundError" DOMException. Similarly, attempting to delete - a non-empty directory results in a promise being rejected with an - "InvalidModificationError" DOMException. + being rejected with a "NotFoundError" DOMException. Attempting to delete a non-empty + directory results in a promise being rejected with an "InvalidModificationError" + DOMException. : await |directoryHandle| . {{FileSystemDirectoryHandle/removeEntry()|removeEntry}}(|name|, { {{FileSystemRemoveOptions/recursive}}: true }) :: Removes the [=/file system entry=] named |name| in the [=directory entry=]