From 1e43e24b47a3d0857a74382c16fd83679b884544 Mon Sep 17 00:00:00 2001 From: Haltarys <45515869+Haltarys@users.noreply.github.com> Date: Fri, 14 Jan 2022 19:18:49 +0100 Subject: [PATCH] style: fix typo in new-tab-same-directory.md "it's" should be "its" because it wouldn't make sense otherwise. --- TerminalDocs/tutorials/new-tab-same-directory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TerminalDocs/tutorials/new-tab-same-directory.md b/TerminalDocs/tutorials/new-tab-same-directory.md index 3dcda355..fc5c3335 100644 --- a/TerminalDocs/tutorials/new-tab-same-directory.md +++ b/TerminalDocs/tutorials/new-tab-same-directory.md @@ -19,7 +19,7 @@ Fortunately, there's a workaround. Applications can emit a special escape sequen In this tutorial, you learn how to: > [!div class="checklist"] -> * Configure the shell to tell the Terminal about it's current working directory +> * Configure the shell to tell the Terminal about its current working directory > * Use the `duplicateTab` action to open a tab with the same CWD > * Use the `splitPane` action to open a pane with the same CWD > * Using the tab context menu to open tabs or panes with the same CWD