- Latest validated ledger
+ Latest validated ledger stats
Ledger Index:
Ledger Hash:
Close Time:
diff --git a/content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md b/content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
index 2496ab7fe3..9f78ef3389 100644
--- a/content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
+++ b/content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
@@ -396,7 +396,7 @@ This renaming might seem a bit nit-picky, but now we actually pass on an object
Build a XRPL Wallet - Part 2/8
- Latest validated ledger
+ Latest validated ledger stats
Ledger Index:
Ledger Hash:
Close Time:
@@ -431,7 +431,7 @@ This time the application should be the same as in the last step, with the diffe
To run the reference application found in `content/_code-samples/build-a-wallet/desktop-js` for this step, run:
```console
-npm run ledger-index
+npm run async
```
### 3. Display an Account
@@ -594,7 +594,7 @@ onEnterAccountAddress: (address) => {