Apply suggestions from @maria-robobug review

Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
This commit is contained in:
Rome Reginelli
2025-10-07 14:49:48 -07:00
committed by GitHub
parent fd82a05ca1
commit 56ac023098
4 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ const createWindow = () => {
// Step 2 changes - main whenReady function - start
/**
* Create an XRPL client, subscribe to 'ledger' events, and broadcast those by
* dispatching an 'update-ledger-data' event to the frontend
* dispatching an 'update-ledger-data' event to the frontend.
*
* @returns {Promise<void>}
*/