fix spelling

Matt Simerson 2024-03-30 13:27:55 -07:00
parent cba7915977
commit 88327a5b16

@ -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: