From 7bb50b5e4b551ab222f5c29e546e8d63b64c6866 Mon Sep 17 00:00:00 2001 From: Evan Martin Date: Fri, 19 Jan 2024 22:51:05 -0800 Subject: [PATCH] fix typo in FAQ (#713) --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 03ba6b3..57f865b 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -15,7 +15,7 @@ Tart doesn't yet have an analogue of Anka Controller for managing long living VM ## VM location on disk -Tart stores all it's files in `~/.tart/` directory. Local images that you can run are stored in `~/.tart/vms/`. +Tart stores all its files in `~/.tart/` directory. Local images that you can run are stored in `~/.tart/vms/`. Remote images are pulled into `~/.tart/cache/OCIs/`. ## Nested virtualization support?