From efdb58456034a89b1b9cbd18ea9bfb3132c75b0a Mon Sep 17 00:00:00 2001 From: JR Date: Wed, 11 Sep 2024 12:25:50 +0200 Subject: [PATCH] Update runtime/tutor Co-authored-by: David Else <12832280+David-Else@users.noreply.github.com> --- runtime/tutor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/tutor b/runtime/tutor index 1de5bcb6b..41de0316e 100644 --- a/runtime/tutor +++ b/runtime/tutor @@ -1525,14 +1525,14 @@ letters! that is not good grammar. you can fix this. executes in the parent terminal and prints the output in a new popup window. - For example, on a linux system, type in helix + For example, on a Linux system, type in Helix :sh date to show the date in a new popup. Use ESC to remove the popup. Commands performing side effects work. For example, type :sh touch hello.txt - to create a file hello.txt at the location from which helix was + to create a file hello.txt at the location from which Helix was opened initially.