replace Dos with DOS (#1413)

This commit is contained in:
Raz Luvaton 2022-07-29 01:39:57 +03:00 committed by GitHub
parent 8d09cf3517
commit 1acdc2f6bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ echo "Hello world!"
```
:::note
Make sure your editor is using UNIX-like line breaks (LF), not Dos/Windows (CRLF).
Make sure your editor is using UNIX-like line breaks (LF), not DOS/Windows (CRLF).
:::
## Step 2: Installing and testing your add-on