From f34e9f7b262b5bbaed7c296a56ec5acbf7801613 Mon Sep 17 00:00:00 2001 From: Anoop M D Date: Wed, 18 Jan 2023 14:47:43 +0530 Subject: [PATCH] chore: fixed typo --- .../src/components/RequestTabPanel/RequestNotFound/index.js | 2 +- packages/bruno-electron/src/app/watcher.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/bruno-app/src/components/RequestTabPanel/RequestNotFound/index.js b/packages/bruno-app/src/components/RequestTabPanel/RequestNotFound/index.js index 26c436f6..54ef214d 100644 --- a/packages/bruno-app/src/components/RequestTabPanel/RequestNotFound/index.js +++ b/packages/bruno-app/src/components/RequestTabPanel/RequestNotFound/index.js @@ -17,7 +17,7 @@ const RequestNotFound = ({ itemUid }) => {
Request no longer exists.
-
This can happen when the yml file associated with this request was deleted on your filesystem.
+
This can happen when the .bru file associated with this request was deleted on your filesystem.