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: