From 0abf9bb315b8f6c84d77eef39182e50e7f18039b Mon Sep 17 00:00:00 2001 From: Dennis Dawson Date: Thu, 9 Jun 2022 09:02:28 -0700 Subject: [PATCH] more explicit description of use of seeds Co-authored-by: Rome Reginelli --- content/tutorials/quickstart/create-accounts-send-xrp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/quickstart/create-accounts-send-xrp.md b/content/tutorials/quickstart/create-accounts-send-xrp.md index bdff2c3d60..54f50a9009 100644 --- a/content/tutorials/quickstart/create-accounts-send-xrp.md +++ b/content/tutorials/quickstart/create-accounts-send-xrp.md @@ -228,7 +228,7 @@ Otherwise, populate the operational account fields. ``` -Insert the seed values for both accounts as they are created to the **Seeds** field as a convenience. You can copy the values and store them offline. when you reload this form or another in this tutorial, copy and paste them into the **Seeds** field to retrieve the accounts with the `getAccountsFromSeeds()` function. +Insert the seed values for both accounts as they are created to the **Seeds** field as a convenience. You can copy the values and store them offline. When you reload this form or another in this tutorial, copy and paste them into the **Seeds** field to retrieve the accounts with the `getAccountsFromSeeds()` function. ```