From d07d9ef9d9e5f3d940050550531fd9e166b6ae92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCttler?= Date: Fri, 31 May 2024 20:25:47 +0200 Subject: [PATCH] Update README.md: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9aa0a0de..27d32621 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ For example, If the user or another framework directly calls the original builtins through `builtin BUILTIN`, or if the user or another framework replaces the shell functions, the behavior is undefined. - The shell and terminal settings for the line editor and the command execution are different. `ble.sh` adjusts them for the line editor and try to restore - the settigns for the command execution. However, there are settings that + the settings for the command execution. However, there are settings that cannot be restored or are intentionally not restored for various reasons. Some of them are summarlized on [a wiki page](https://github.com/akinomyoga/ble.sh/wiki/Internals#internal-and-external).