Skip to content

Commit a1014b7

Browse files
committed
fix minor issues
1 parent b643900 commit a1014b7

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/desktop/password-and-recovery-key.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ So, [choosing a strong password](/docs/security/best-practices.mdx#good-password
1414
Additionally, a unique *recovery key* can be derived for each vault while creating its password or later.
1515
A *recovery key* allows you to create a new password if you forget the original one.
1616
Do note that the *recovery key* feature does not break encryption in any way.
17-
It is a human readable form of your decrypted [masterkey](/docs/security/architecture.mdx#masterkey) and therefore independent of the current vault password and highly confidential.
17+
It is a human-readable form of your decrypted [masterkey](/docs/security/architecture.mdx#masterkey) and therefore independent of the current vault password and highly confidential.
1818
Keep it as safe as your password.
1919

2020
All actions can be carried out using the `Password` tab under vault options.

docs/desktop/setup.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 1
66

77
# Setup
88

9-
The Desktop version of Cryptomator is currently available for Windows, macOS, and Linux.
9+
The Desktop version of Cryptomator is currently available for Windows, macOS, and Linux.
1010
Download and installation process varies depending on your operating system. Follow the instructions for your operating system.
1111
Ensure that your computer's specifications meet the system requirements required to run Cryptomator smoothly.
1212

@@ -38,7 +38,7 @@ Change your [Gatekeeper settings](https://support.apple.com/HT202491) if macOS b
3838

3939
Cryptomator is available on Linux via `Flatpak`, `PPA` and `AUR` package managers, and as an AppImage (an `.appimage` file).
4040

41-
The easiest and recommended way of installing Cryptomator on Linux is by downloading Cryptomator's AppImage (an `.appimage` file) - as it works on almost all distributions.
41+
The easiest and recommended way of installing Cryptomator on Linux is by downloading Cryptomator's AppImage (an `.appimage` file) - as it works on almost all distributions.
4242
Just remember to [make it executable](https://docs.appimage.org/user-guide/run-appimages.html#running-appimages) before you try to run it.
4343

4444
Visit our [downloads page](https://cryptomator.org/downloads/#linux) to choose your preferred installation method.

docs/hub/access-vault.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Cryptomator should open your default browser for authentication. If you're not a
3131

3232
### 3. Register Device {/* #register-device */}
3333

34-
If you just did setup your account, a vault owner needs to grant you access for the requested vault as described [here](vault-management.mdx#update-permissions). Retry unlocking the vault after the vault owner granted you access.
34+
If you just setup your account, a vault owner needs to grant you access for the requested vault as described [here](vault-management.mdx#update-permissions). Retry unlocking the vault after the vault owner granted you access.
3535

3636
<Image src="/img/hub/unlock-access-denied.png" alt="Access is denied since it has not been granted by a vault owner yet" width="715" height="541" />
3737

docs/hub/deployment.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Cryptomator Hub is also offered as a hosted solution, including 99.5%-uptime gua
2020
1. Customize the template if needed (e.g., adjust the Ingress settings) and deploy the software stack to your cluster
2121

2222
Afterwards you're done.
23-
You can now login to Cryptomator Hub and start [creating vaults](vault-management.mdx) or [add users](user-group-management.mdx).
23+
You can now log in to Cryptomator Hub and start [creating vaults](vault-management.mdx) or [add users](user-group-management.mdx).
2424

2525
## Hardware Requirements {/* #hardware-requirements */}
2626

docs/hub/vault-management.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Store it at a safe location, tick the checkbox and complete the setup by clickin
7272

7373
:::warning
7474
The recovery key is **highly confidential**.
75-
It is a human readable form of the vault [masterkey](/docs/security/architecture.mdx#masterkey), which is used to encrypt your data and independent of the key management in Cryptomator Hub.
75+
It is a human-readable form of the vault [masterkey](/docs/security/architecture.mdx#masterkey), which is used to encrypt your data and independent of the key management in Cryptomator Hub.
7676
:::
7777

7878
When the setup is finished, you have the opportunity to download the initial vault template and place it in your desired cloud storage location.

docs/misc/supported-cloud-services.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The following Cloud Services are natively supported by Cryptomator for Android a
4949

5050
[^no-accrescent]: Not supported by the [Accrescent variant](/docs/android/setup.mdx#accrescent) because this Cloud Service requires proprietary dependencies.
5151

52-
[^file-providers]: Some Android and iOS apps integrate into the operating system's file manager with their own storage spaces to allow seamless access to their files via so called "File Providers." Cryptomator generally supports saving vaults in those spaces, but is dependent on those apps explicitly supporting access by other apps like Cryptomator. For more technical information about this see [here](https://github.com/cryptomator/android/issues/553) for Android and [here](https://github.com/cryptomator/ios/issues/51) for iOS.
52+
[^file-providers]: Some Android and iOS apps integrate into the operating system's file manager with their own storage spaces to allow seamless access to their files via "File Providers." Cryptomator generally supports saving vaults in those spaces, but is dependent on those apps explicitly supporting access by other apps like Cryptomator. For more technical information about this see [here](https://github.com/cryptomator/android/issues/553) for Android and [here](https://github.com/cryptomator/ios/issues/51) for iOS.
5353

5454
[^webdav-list]: Please see [Cloud Services with WebDAV support](#cloud-services-with-webdav-support) for a non-exhaustive list of Cloud Services and information about accessing them with WebDAV.
5555

docs/security/architecture.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ These keys are themselves protected and can be retrieved using, either of the fo
7474

7575
### Using Cryptomator Hub {/* #using-cryptomator-hub */}
7676

77-
When using [Cryptomator Hub](/docs/hub/access-vault.mdx), the encrypted raw masterkey can be retrieved from a the server component.
77+
When using [Cryptomator Hub](/docs/hub/access-vault.mdx), the encrypted raw masterkey can be retrieved from the server component.
7878

7979
:::note
8080
If a vault is managed by Cryptomator Hub, the `vault.cryptomator`'s `kid` field will point to the resource URI of said vault on the corresponding Hub instance, prefixed by `hub+`.

0 commit comments

Comments
 (0)