Skip to content

Commit

Permalink
Fix readme typos (#2289)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Aug 2, 2024
1 parent 77260f8 commit d2f4158
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 @@ -3460,7 +3460,7 @@ foo $argument:
```

This defeats `just`'s ability to catch typos, for example if you type
`$argumant`, but works for all possible values of `argument`, including those
`$argument`, but works for all possible values of `argument`, including those
with double quotes.

### Configuring the Shell
Expand Down Expand Up @@ -3708,7 +3708,7 @@ export PATH := "./node_modules/.bin:" + env_var('PATH')

On Windows, functions that return paths will return `\`-separated paths. When
not using PowerShell or `cmd.exe` these paths should be quoted to prevent the
`\`s from being intepreted as character escapes:
`\`s from being interpreted as character escapes:

```just
ls:
Expand Down

0 comments on commit d2f4158

Please sign in to comment.