mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
Fixed typo
This commit is contained in:
@@ -404,7 +404,7 @@ This renaming might seem a bit nit-picky, but now we actually pass on an object
|
||||
</body>
|
||||
```
|
||||
|
||||
5. Modify the `view/render.js` file to handle the new placeholders. Note that the renamed preloader function is now reflected in `window.electronAPI.onUpdateLedgerData`:
|
||||
5. Modify the `view/renderer.js` file to handle the new placeholders. Note that the renamed preloader function is now reflected in `window.electronAPI.onUpdateLedgerData`:
|
||||
|
||||
```javascript
|
||||
const ledgerIndexEl = document.getElementById('ledger-index')
|
||||
|
||||
Reference in New Issue
Block a user