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:
|
### Problematic code:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# I want programs to show text in dutch!
|
# I want programs to show text in Dutch!
|
||||||
LANGUAGE= nl
|
LANGUAGE= nl
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -15,7 +15,7 @@ LANGUAGE= nl
|
|||||||
### Correct code:
|
### Correct code:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# I want programs to show text in dutch!
|
# I want programs to show text in Dutch!
|
||||||
LANGUAGE=nl
|
LANGUAGE=nl
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user