Skip to content

Commit 6b40584

Browse files
authored
Fix typos: "initiating" and "accommodate" (#1176)
* Update multiple-wallets.md * Update multi-key.md
1 parent d61299f commit 6b40584

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guide/how-it-works/private-key-management/multi-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Now Alice wants to send bitcoin received to the shared wallet. She can initiate
121121
retina = "/assets/images/guide/how-it-works/private-key-management/multi-key/multi-key-diagram-1-signing@2x.png"
122122
mobile = "/assets/images/guide/how-it-works/private-key-management/multi-key/multi-key-diagram-1-signing-mobile.png"
123123
mobileRetina = "/assets/images/guide/how-it-works/private-key-management/multi-key/multi-key-diagram-1-signing-mobile@2x.png"
124-
alt-text = "Diagram of Alice intiating a transaction and Robert signing it"
124+
alt-text = "Diagram of Alice initiating a transaction and Robert signing it"
125125
width = 800
126126
height = 168
127127
%}

guide/multiple-wallets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ However, we guide users towards using a single, primary private key to construct
291291

292292
This simplifies the [backup process]({{ '/guide/how-it-works/backups/' | relative_url }}) to reduce the risk of loss of wallet. This is acceptable from a security perspective, because the wallets with larger amounts are either view-only (keys are external), or additionally protected by requiring multiple signatures (from the partner, hardware wallet, or assisted custody provider respectively).
293293

294-
Remember to guide users during wallet setup towards best practices around [progressive security]({{ '/guide/getting-started/principles/#security' | relative_url }}). Even with strong guidance, you often still want to allow users to deviate, to accomodate their unique use case and context.
294+
Remember to guide users during wallet setup towards best practices around [progressive security]({{ '/guide/getting-started/principles/#security' | relative_url }}). Even with strong guidance, you often still want to allow users to deviate, to accommodate their unique use case and context.
295295

296296
{% include image-gallery.html pages = page.images_custom_backup %}
297297

0 commit comments

Comments
 (0)