Skip to content

Commit

Permalink
fix typo per feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Amy Chen authored and Amy Chen committed Dec 16, 2024
1 parent 3e13429 commit 85f0617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/executeELM.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ async function executeELM(collector, oResourceTypes) {
)
.catch((e) => {
console.log("Error processing instrument ELM: ", e);
reject("rror processing instrument ELM. See console for details.");
reject("error processing instrument ELM. See console for details.");
});
});
});
Expand Down

0 comments on commit 85f0617

Please sign in to comment.