Merge pull request #2 from darkmattercoder/darkmattercoder-patch-readmetypo
authorRalf Jung <post@ralfj.de>
Fri, 9 Aug 2024 09:21:26 +0000 (11:21 +0200)
committerGitHub <noreply@github.com>
Fri, 9 Aug 2024 09:21:26 +0000 (11:21 +0200)
Fix typo in readme file

README.md

index cee1e667dad961b75215959768285056cc2711a0..32aa2ec7165f7b35adb985ce8be41a1c9cb0c387 100644 (file)
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ This is the documentation of [BubbleBox](https://www.ralfj.de/projects/bubblebox
 tool to easily sandbox Linux applications.
 
 The primary use-case for BubbleBox is running applications that you do not trust enough
-to give them full access to hour home directory, and in particular the secret keys stored there.
+to give them full access to your home directory, and in particular the secret keys stored there.
 BubbleBox is based on [bubblewrap] and [xdg-dbus-proxy] which do all of the heavy lifting.
 
 The goals of this project are similar to [firejail], but I found firejail's configuration to be extremely hard to maintain and debug.