Skip to content

Commit

Permalink
Link and spelling correction
Browse files Browse the repository at this point in the history
  • Loading branch information
fr1t2 committed Aug 7, 2023
1 parent 267f090 commit 381e034
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/Use/Wallet/Ledger/ledger-wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ This secures a users funds from any physical attacks by allowing the smaller bal
<span >
<section class="row list_node_modules-@docusaurus-theme-classic-lib-theme-DocCategoryGeneratedIndexPage-styles-module">
<article class="col col--12 margin-bottom--md">
<a class="card padding--md cardContainer_node_modules-@docusaurus-theme-classic-lib-theme-DocCard-styles-module" href="/use/wallet/ledger/plausable-deniability">
<a class="card padding--md cardContainer_node_modules-@docusaurus-theme-classic-lib-theme-DocCard-styles-module" href="/use/wallet/ledger/plausible-deniability">
<h2 class="text--truncate cardTitle_node_modules-@docusaurus-theme-classic-lib-theme-DocCard-styles-module" title="Ledger Plausible Deniability Setup">
Ledger Plausible Deniability Setup
</h2>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
docstatus: 30% # one of {DRAFT, 30%, 90%, COMPLETE}
id: ledger-wallet-plausable-deniability
title: Ledger wallet - Plausable Deniability
id: ledger-wallet-plausible-deniability
title: Ledger wallet - Plausible Deniability
hide_title: false
hide_table_of_contents: false
sidebar_position: 7
sidebar_label: Plausable Deniability
custom_edit_url: https://github.com/theqrl/documentation/edit/main/docs/Use/Wallet/Ledger/plausable-deniability.md
pagination_label: Ledger Wallet - Plausable Deniability
sidebar_label: Plausible Deniability
custom_edit_url: https://github.com/theqrl/documentation/edit/main/docs/Use/Wallet/Ledger/plausible-deniability.md
pagination_label: Ledger Wallet - Plausible Deniability
description: Plausably Deniabile QRL address using the ledger device
keywords:
- docs
- wallet
- ledger
- plausable deniability
- Plausible deniability
image: /assets/img/icons/yellow.png
slug: /use/wallet/ledger/plausable-deniability
slug: /use/wallet/ledger/plausible-deniability
---

import ImageSwitcher from '@site/src/components/UseColorMode.js';
Expand All @@ -27,7 +27,7 @@ import Keyspace2Dark from './assets/keyspace2-dark.png';
One of the most exciting features the QRL Ledger application supports is the ability to create a secondary profile with it's own address space.

This function provides *Plausible Deniability* where a small amount of $quanta$ can be stored in one address space while the remaining balance is secured behind an additional passphrase in another address space.

This secures a users funds from any physical attacks by allowing the smaller balance to be given up while never allowing the attacker access to the second address space and remaining funds.

This second profile space allows an additional $2$ QRL XMSS trees or *Addresses* to be created on the Ledger.
Expand Down
2 changes: 1 addition & 1 deletion docs/Use/Wallet/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ The Ledger wallet is considered one of the most secure methods to store cryptocu


:::note Extendable Ledger Addresses
There is an additional address space that can be unlocked to extend the amount of addresses one can generate on device. See these and more details about the [Ledger QRL wallet in the documentation here](/use/wallet/ledger/plausable-deniability).
There is an additional address space that can be unlocked to extend the amount of addresses one can generate on device. See these and more details about the [Ledger QRL wallet in the documentation here](/use/wallet/ledger/plausible-deniability).
:::

</TabItem>
Expand Down
4 changes: 2 additions & 2 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ const sidebars = {
'Use/Wallet/Ledger/ledger-wallet-open',
'Use/Wallet/Ledger/ledger-wallet-send',
'Use/Wallet/Ledger/ledger-wallet-backup-restore',
'Use/Wallet/Ledger/ledger-wallet-plausable-deniability',
'Use/Wallet/Ledger/ledger-wallet-plausible-deniability',
'Use/Wallet/Ledger/ledger-wallet-known-issues',

],
collapsible: true, // Set the category to be collapsible
collapsed: true, // Set the category to be initially collapsed or open by default
Expand Down

0 comments on commit 381e034

Please sign in to comment.