From 4b783037d3daf1542c027d99e75e53935e6fed87 Mon Sep 17 00:00:00 2001 From: Dictionaryphile <35773651+Dictionaryphile@users.noreply.github.com> Date: Wed, 5 Mar 2025 12:33:30 +0800 Subject: [PATCH] Fix typo: Window -> Windows in .gitattributes comment (#14961) --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index dcf74f06de..a10da53408 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ # Ensure that .sh scripts use LF as line separator, even if they are checked out -# to Windows(NTFS) file-system, by a user of Docker for Window. +# to Windows(NTFS) file-system, by a user of Docker for Windows. # These .sh scripts will be run from the Container after `docker compose up -d`. # If they appear to be CRLF style, Dash from the Container will fail to execute # them.