From 01f1c63d6a3df4856697e3c80c752e3e7360a4a3 Mon Sep 17 00:00:00 2001
From: Nicolas80 <nicolas.pmail@protonmail.com>
Date: Mon, 3 Feb 2025 12:37:37 +0100
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

Co-authored-by: Hugo Trentesaux <hugo.trentesaux@lilo.org>
---
 src/commands/vault.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/commands/vault.rs b/src/commands/vault.rs
index b3ebdb7..801745c 100644
--- a/src/commands/vault.rs
+++ b/src/commands/vault.rs
@@ -278,7 +278,7 @@ pub async fn handle_command(data: Data, command: Subcommand) -> Result<(), GcliE
 				compute_vault_accounts_table(&[base_parent_hierarchy_account_tree_node_to_derive])?;
 
 			println!();
-			println!("It's parent hierarchy is this:");
+			println!("Its parent hierarchy is this:");
 			println!("{parent_hierarchy_table_account_to_derive}");
 			println!();
 
-- 
GitLab