mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-26 09:50:47 +08:00
fix spelling
parent
cba7915977
commit
88327a5b16
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue