Skip to content

Commit

Permalink
Fix README typos (#1660)
Browse files Browse the repository at this point in the history
  • Loading branch information
akuhnregnier authored Aug 25, 2023
1 parent 63ed00f commit 4b5dd24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2012,7 +2012,7 @@ while:

### Command Line Options

`just` supports a number of useful command line options for listing, dumping, and debugging recipes and variable:
`just` supports a number of useful command line options for listing, dumping, and debugging recipes and variables:

```sh
$ just --list
Expand Down Expand Up @@ -2379,7 +2379,7 @@ foo argument:
touch '{{argument}}'
```

This preserves `just`'s ability to catch variable name typos before running, for example if you were to write `{{argument}}`, but will not do what you want if the value of `argument` contains single quotes.
This preserves `just`'s ability to catch variable name typos before running, for example if you were to write `{{arument}}`, but will not do what you want if the value of `argument` contains single quotes.

#### Positional Arguments

Expand Down

0 comments on commit 4b5dd24

Please sign in to comment.