1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

fixed grammar on styleguide

This commit is contained in:
till.hoffmann
2019-11-13 12:34:13 +01:00
committed by GitHub
parent 3084ef129c
commit 1ea49188c9

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.