1
0
mirror of https://github.com/go-task/task.git synced 2025-07-15 01:35:00 +02:00

Merge pull request #263 from tillhoff/patch-1

fixed grammar on styleguide
This commit is contained in:
Andrey Nering
2019-11-15 22:45:07 -03:00
committed by GitHub

View File

@ -20,7 +20,7 @@ taskfile.yml
Taskfile.yml
```
This is important to specially to Linux users. Windows and macOS have case
This is important especially for Linux users. Windows and macOS have case
insensitive filesystems, so `taskfile.yml` will end up working, even that not
officially supported. On Linux, only `Taskfile.yml` will work, though.