docs: fix typo in faq.mdx

follwing -> following
This commit is contained in:
Ikko Ashimine 2022-02-09 23:50:00 +09:00 committed by Jan De Dobbeleer
parent f6232deaf8
commit bfbb935796

View file

@ -131,7 +131,7 @@ $env:POSH_CONSTRAINED_LANGUAGE = 1
### Conda: environment name displayed in front of the prompt
Conda will automatically prepend the prompt with the name of the environment you're in.
To solely rely on Oh My Posh to set the prompt, you can configure the follwing setting to hide it:
To solely rely on Oh My Posh to set the prompt, you can configure the following setting to hide it:
```bash
conda config --set changeps1 False