Fix caps

John Gardner
2021-12-22 17:04:36 +11:00
parent 9cf4fd70ab
commit 6e9b4c5248

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