Freeze/interactive tutorials: edits per reviews

This commit is contained in:
mDuo13
2021-10-26 14:43:10 -07:00
parent 7c6257c2d8
commit 473f38329d
27 changed files with 57 additions and 56 deletions

View File

@@ -3,7 +3,7 @@ html: send-xrp.html
parent: get-started.html
blurb: Test Netを使用してXRPの送金をテストします。
cta_text: XRPを送金しよう
embed_ripple_lib: true
embed_xrpl_js: true
filters:
- interactive_steps
- include_code

View File

@@ -3,7 +3,7 @@ html: send-xrp.html
parent: get-started.html
blurb: Learn how to send test payments right from your browser.
cta_text: Send XRP
embed_ripple_lib: true
embed_xrpl_js: true
filters:
- interactive_steps
- include_code
@@ -58,7 +58,7 @@ The secret key shown here is for example only. For development purposes, you can
{% include '_snippets/interactive-tutorials/generate-step.md' %}
When you're [building actual production-ready software](production-readiness.html), you'll instead use an existing account, and manage your keys using a [secure signing configuration](set-up-secure-signing.html).
When you're [building production-ready software](production-readiness.html), you should use an existing account, and manage your keys using a [secure signing configuration](set-up-secure-signing.html).
### {{n.next()}}. Connect to a Testnet Server
@@ -83,7 +83,7 @@ _Java_
<!-- MULTICODE_BLOCK_END -->
For this tutorial, you can connect directly from your browser by pressing the following button:
For this tutorial, click the following button to connect:
{% include '_snippets/interactive-tutorials/connect-step.md' %}