langchain/docs/modules/utils
Casey A. Fitzpatrick 648b3b3909
Fix use case sentence for bash util doc (#1295)
Thanks for all your hard work!

I noticed a small typo in the bash util doc so here's a quick update.
Additionally, my formatter caught some spacing in the `.md` as well.
Happy to revert that if it's an issue.

The main change is just
```
- A common use case this is for letting it interact with your local file system. 

+ A common use case for this is letting the LLM interact with your local file system.
```

## Testing

`make docs_build` succeeds locally and the changes show as expected ✌️ 
<img width="704" alt="image"
src="https://user-images.githubusercontent.com/17773666/221376160-e99e59a6-b318-49d1-a1d7-89f5c17cdab4.png">
2023-02-26 17:41:03 -08:00
..
examples Fix use case sentence for bash util doc (#1295) 2023-02-26 17:41:03 -08:00
how_to_guides.rst improve docs for indexes (#1146) 2023-02-19 23:14:50 -08:00
key_concepts.md Fix use case sentence for bash util doc (#1295) 2023-02-26 17:41:03 -08:00