From bd4f9c4b0e16aae353df2587f7c7a436400a80fc Mon Sep 17 00:00:00 2001 From: Bonnie I-Man Ng Date: Fri, 18 Oct 2019 18:23:26 +0800 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e44203e..69f2f2b 100644 --- a/README.md +++ b/README.md @@ -2190,7 +2190,7 @@ hostnamectl set-hostname "mynode" [[back to top](#handy-bash-one-liners)] ##### Bash auto-complete (e.g. show options "now tomorrow never" when you press'tab' after typing "dothis") -[Detailed tutoral](https://iridakos.com/tutorials/2018/03/01/bash-programmable-completion-tutorial.html) +[More examplesl](https://iridakos.com/tutorials/2018/03/01/bash-programmable-completion-tutorial.html) ```bash complete -W "now tomorrow never" dothis # ~$ dothis