From 1c9c493cd2bbfadcf01a1728a3a78fa8492a9793 Mon Sep 17 00:00:00 2001 From: CharlesCNorton <135471798+CharlesCNorton@users.noreply.github.com> Date: Thu, 8 Aug 2024 15:02:28 -0400 Subject: [PATCH] Fix typo in cli.md Corrected the typo "ny" to "any" to improve readability and accuracy. --- docs/markdowns/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdowns/cli.md b/docs/markdowns/cli.md index 8c6c269..1fcea16 100644 --- a/docs/markdowns/cli.md +++ b/docs/markdowns/cli.md @@ -216,7 +216,7 @@ Mount a remote branch to a local directory as read only. This is great for data exploration and analysis. * Mount is lazy and data is not retrieved until it is needed. -* Mount is read only and changes cannot be done to ny mounted file or directory. +* Mount is read only and changes cannot be done to any mounted file or directory. ```bash ╭─ Arguments ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮