chore: fixed typo

This commit is contained in:
Anoop M D 2023-01-18 14:47:43 +05:30
parent 76b0729af3
commit f34e9f7b26
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ const RequestNotFound = ({ itemUid }) => {
<div className="mt-6 px-6">
<div className="p-4 bg-orange-100 border-l-4 border-yellow-500 text-yellow-700 bg-yellow-100 p-4">
<div>Request no longer exists.</div>
<div className="mt-2">This can happen when the yml file associated with this request was deleted on your filesystem.</div>
<div className="mt-2">This can happen when the .bru file associated with this request was deleted on your filesystem.</div>
</div>
<button className="btn btn-md btn-secondary mt-6" onClick={closeTab}>
Close Tab

View File

@ -247,7 +247,7 @@ const unlink = (win, pathname, collectionUid, collectionPath) => {
}
}
const unlinkDir = (win, pathname, collectionUid) => {
const unlinkDir = (win, pathname, collectionUid, collectionPath) => {
const dirname = path.dirname(pathname);
const envDirectory = path.join(collectionPath, 'environments');