corrected typo error in comments

This commit is contained in:
Akshat Khosya 2023-12-16 13:18:52 +05:30
parent cada4f201a
commit a15a4e4a2d

View File

@ -91,7 +91,7 @@ const registerRendererEventHandlers = (mainWindow, watcher, lastOpenedCollection
const brunoJsonFilePath = path.join(previousPath, 'bruno.json');
const content = fs.readFileSync(brunoJsonFilePath, 'utf8');
//Chnage new name of collection
//Change new name of collection
let json = JSON.parse(content);
json.name = collectionName;
const cont = await stringifyJson(json);