1
1
mirror of https://github.com/casey/just.git synced 2024-11-22 18:34:06 +03:00

Fix readme typos (#2289)

This commit is contained in:
Casey Rodarmor 2024-08-01 22:08:05 -07:00 committed by GitHub
parent 77260f8fc4
commit d2f4158383
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
@ -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: