Fix typo: Window -> Windows in .gitattributes comment (#14961)

This commit is contained in:
Dictionaryphile 2025-03-05 12:33:30 +08:00 committed by GitHub
parent d04f40c274
commit 4b783037d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
.gitattributes vendored
View File

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