mirror of
https://github.com/casey/just.git
synced 2024-11-23 02:44:56 +03:00
Fix readme typos (#2289)
This commit is contained in:
parent
77260f8fc4
commit
d2f4158383
@ -3460,7 +3460,7 @@ foo $argument:
|
|||||||
```
|
```
|
||||||
|
|
||||||
This defeats `just`'s ability to catch typos, for example if you type
|
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.
|
with double quotes.
|
||||||
|
|
||||||
### Configuring the Shell
|
### 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
|
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
|
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
|
```just
|
||||||
ls:
|
ls:
|
||||||
|
Loading…
Reference in New Issue
Block a user