Skip to content

Commit 183799d

Browse files
committed
fix typo
1 parent 970138a commit 183799d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ ps
487487
hello world
488488
```
489489

490-
Be carefull however that your \_ps function is not exported to sub-processes. It means that, depending on how your code under test works, _ps may not be defined in the context where ps will be called. For instance:
490+
Be carefull however that your _ps function is not exported to sub-processes. It means that, depending on how your code under test works, _ps may not be defined in the context where ps will be called. For instance:
491491

492492
```bash
493493
_ps() {

0 commit comments

Comments
 (0)