From 1acdc2f6bbf4ce40840e42e1a16c51829f0b96b3 Mon Sep 17 00:00:00 2001 From: Raz Luvaton <16746759+rluvaton@users.noreply.github.com> Date: Fri, 29 Jul 2022 01:39:57 +0300 Subject: [PATCH] replace Dos with DOS (#1413) --- docs/add-ons/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/add-ons/tutorial.md b/docs/add-ons/tutorial.md index 3865cd78..00f37cf8 100644 --- a/docs/add-ons/tutorial.md +++ b/docs/add-ons/tutorial.md @@ -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