Skip to content

Commit

Permalink
Docs: Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynering committed Jan 2, 2019
1 parent a42f2af commit 959eb45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Both methods requires having the [Go][go] environment properly setup locally.
## Install script

We also have a [install script][installscript], which is very useful on
scanarios like CIs. Many thanks to [godownloader][godownloader] for allowing
scenarios like CIs. Many thanks to [godownloader][godownloader] for allowing
easily generating this script.

```bash
Expand Down
6 changes: 3 additions & 3 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ Task also adds the following functions:
- `catLines`: Replaces Unix (\n) and Windows (\r\n) styled newlines with a space.
- `toSlash`: Does nothing on Unix, but on Windows converts a string from `\`
path format to `/`.
- `fromSlash`: Oposite of `toSlash`. Does nothing on Unix, but on Windows
- `fromSlash`: Opposite of `toSlash`. Does nothing on Unix, but on Windows
converts a string from `\` path format to `/`.
- `exeExt`: Returns the right executable extension for the current OS
(`".exe"` for Windows, `""` for others).
Expand Down Expand Up @@ -506,7 +506,7 @@ tasks:
## Help

Running `task --list` (or `task -l`) lists all tasks with a description.
The following taskfile:
The following Taskfile:

```yaml
version: '2'
Expand Down Expand Up @@ -593,7 +593,7 @@ tasks:

* Or globally with `--silent` or `-s` flag

If you want to suppress stdout instead, just redirect a command to `/dev/null`:
If you want to suppress STDOUT instead, just redirect a command to `/dev/null`:

```yaml
version: '2'
Expand Down

0 comments on commit 959eb45

Please sign in to comment.