@ -80,7 +80,7 @@ See: [Functions](#functions)
```bash
if [ -z "$string" ]; then
echo "String is empty"
elsif [ -n "$string" ]; then
elif [ -n "$string" ]; then
echo "String is not empty"
fi
```