From 88327a5b16615d990df1deb311f26d8a73770613 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Sat, 30 Mar 2024 13:27:55 -0700 Subject: [PATCH] fix spelling --- Administrating-wildduck-via-command-line.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Administrating-wildduck-via-command-line.md b/Administrating-wildduck-via-command-line.md index a2a7787..bc0470e 100644 --- a/Administrating-wildduck-via-command-line.md +++ b/Administrating-wildduck-via-command-line.md @@ -21,7 +21,7 @@ wduck-get-user() { } ``` -### Crash curse about bash functions: +### Crash course about bash functions: You only specify the function as `functionname() { ... }`, no need to specifying the arguments. You can call it either with or without arguments or with multiple arguments: