chore: Fix typos

eli
2026-08-07 15:23:08 +02:00
parent 5da3fd45a2
commit 8512f0bef0
+3 -3
@@ -2,7 +2,7 @@
Vaultwarden is an unofficial Bitwarden server implementation written in Rust. It is compatible with the [official Bitwarden clients](https://bitwarden.com/download/), and is ideal for self-hosted deployments where running the official resource-heavy service is undesirable.
Vaultwarden is targeted towards individuals, families, and smaller organizations. Development of features that are mainly useful to larger organizations (e.g., single sign-on, directory syncing, etc.) is not a priority, though high-quality PRs that implement such features would be welcome.
Vaultwarden is targeted towards individuals, families, and smaller organizations. Development of features that are mainly useful to larger organizations (e.g. single sign-on, directory syncing, etc.) is not a priority, though high-quality PRs that implement such features would be welcome.
There have been several audits done on Vaultwarden of which some are publicly available, read more about it on our [[Vaultwarden Audits|Audits]] wiki page.
@@ -13,14 +13,14 @@ Vaultwarden implements the Bitwarden APIs required for most functionality, inclu
* Web interface (equivalent to https://vault.bitwarden.com/)
* Personal vault support
* [Organization](https://bitwarden.com/help/getting-started-organizations/) vault support
* [Groups](https://bitwarden.com/help/about-groups/), setting an [environment variable](https://github.com/dani-garcia/vaultwarden/blob/bb2412d0339e1da5dee99fc566a2b2aab5d2808c/.env.template#L409-L414) is required in order to enable it)
* [Groups](https://bitwarden.com/help/about-groups/) (setting an [environment variable](https://github.com/dani-garcia/vaultwarden/blob/bb2412d0339e1da5dee99fc566a2b2aab5d2808c/.env.template#L409-L414) is required in order to enable it)
* [Event Logs](https://bitwarden.com/help/event-logs/) ([this must be enabled](https://github.com/dani-garcia/vaultwarden/blob/0c6817cb4e24964deaf765fd676da6c49e47d099/.env.template#L275-L278) as well)
* [Password sharing](https://bitwarden.com/help/sharing/) and [access control](https://bitwarden.com/help/user-types-access-control/)
* [Collections](https://bitwarden.com/help/about-collections/)
* [File attachments](https://bitwarden.com/help/attachments/)
* [Folders](https://bitwarden.com/help/folders/)
* [Favorites](https://bitwarden.com/help/favorites/)
* [Website icons](https://bitwarden.com/help/website-icons/) (requires [[configuration|Allow-icon-fetching-from-internal-services]] for internal/private service's)
* [Website icons](https://bitwarden.com/help/website-icons/) (requires [[configuration|Allow-icon-fetching-from-internal-services]] for internal/private services)
* [Bitwarden Authenticator (TOTP)](https://bitwarden.com/help/authenticator-keys/)
* [Bitwarden Send](https://bitwarden.com/help/about-send/)
* [Emergency Access](https://bitwarden.com/help/emergency-access/)