mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Fix caps
@@ -3,7 +3,7 @@
|
||||
### Problematic code:
|
||||
|
||||
```sh
|
||||
# I want programs to show text in dutch!
|
||||
# I want programs to show text in Dutch!
|
||||
LANGUAGE= nl
|
||||
```
|
||||
|
||||
@@ -15,7 +15,7 @@ LANGUAGE= nl
|
||||
### Correct code:
|
||||
|
||||
```sh
|
||||
# I want programs to show text in dutch!
|
||||
# I want programs to show text in Dutch!
|
||||
LANGUAGE=nl
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user